![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have a generic routine that is called by many forms, and probably by many browsers. The javascript performs some validation on the form passed in and then issues the command 'submit()'. I am getting an error that says "submit() is not defined" I'm lost. This is a generic routine, so passing in the form is a must....... Any thoughts or suggestions? |
#3
| |||
| |||
|
|
??? wrote: I have a generic routine that is called by many forms, and probably by many browsers. *The javascript performs some validation on the form passed in and then issues the command 'submit()'. I am getting an error that says "submit() is not defined" submit() is a method on a form object... you can't just call it on its own |
![]() |
| Thread Tools | |
| Display Modes | |
| |