John Pallister  |
Location: Wellington, New Zealand |
|
#562
|
|
 Tuesday, 21 September 2004 05:30 PM
A cool little puzzle. Pity it doesn't work in Firefox.
Tuesday, 21 September 2004 07:13 PM
mike said:
I got it to work in Firefox by moving the whole javascript to AFTER the /body tag,
(which is, i know, wrong-o, but it works sometimes...)
and doing a strict definition on all the variables.
(using
document.form.GuessBox.value = "" ;
instead of
GuessBox.value = "" ;)
I dropped the whole document between form, /form tags...
|
|