Click to See Complete Forum and Search --> : error during fucntion load


callwin
07-15-2003, 01:43 PM
I am getting the follow error duing the function load:
A runtime error has occurred
Line: 43
Error: gender is null or not an object.

Attached are the files

Thanks
Cindy

Khalid Ali
07-15-2003, 08:12 PM
you seem to be using an object "gender" that is not initialized as yet..make sure that there are no spelling mistakes(JS is case seinsitive)

and that Gender does exist.

callwin
07-16-2003, 10:10 AM
I have checked the spelling and it seem to be ok. What else could there be pls. Thanks

Khalid Ali
07-16-2003, 10:23 AM
There are 2 pages in the zip file and I don't get the error you are referring to,you have to be at least clear enough and mention the scenario that causes the error to save time.

callwin
07-16-2003, 10:33 AM
get the errors when function stopTimer(form) is call upon.