[thelist] javascript debug (easy)

VOLKAN ÖZÇELİK volkan.ozcelik at gmail.com
Sun Jun 5 03:49:30 CDT 2005


> IF (agree == true)

is it a typo? 
js is case sensitive. 

The correct usage should be

if(agree==true) {
...
}
else {
...
}

The {} delimeters are absent as well.

Cheers,
Volkan.


More information about the thelist mailing list