-
reset() is not a function
Any ideas why the javascript debugger in FireFox is telling me that document.forms[0].reset() is not a function?
-
I never knew reset() was a method
you sure that is not just IE specific?
ie Jscript
-
Are you sure you didn't name a form element "reset"? What's the result of document.forms[0].reset.toString() ?
-
I had my reset button named 'reset'. I changed it to 'resetbutton'. That solved my problem. Thanks for the help.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks