Problem in crossword

Problem in crossword

by María José Sánchez Sánchez -
Number of replies: 2

Hi,

I have some problems with the crosswords...

When i do some crosswords with glosary, sometimes it make this error:

This interactive crossword puzzle requires JavaScript and a reasonably recent web browser, such as Internet Explorer 5.5 or later, Netscape 7, Mozilla, Firefox, or Safari. If you have disabled web page scripting, please re-enable it and refresh the page.

It's not a problem with the browser, because it works with some glosary, but not with all..., I didn't known the problem..., sometimes works with "ñ", and accents, and with long definitions, but, othertimes, do this error...

What's the problem?

Thanks for all

Average of ratings: -
In reply to María José Sánchez Sánchez

Re: Problem in crossword

by María José Sánchez Sánchez -

I think the problem is in file game/cross/play.php, in the function game_cross_play, but i didn't known why...

The problem is in this code:

<?php
if( $print){
echo '<body onload="window.print()">';
}else{
echo '<body>';
}

if( $game->toptext != ''){
echo $game->toptext.'<br>';
}
?>

 

Maybe the value of $game parametre...