incoronado
Posts: 12
|
| Posted: 03/25/2008, 5:14 PM |
|
I have a problem where I cannot get Firefox to recognize OnSubmit code. I suspect the problem to be with the addEventHandler function.
For instance, following code...
addEventHandler("users_record", "submit", users_record_OnSubmit);
...does not run the users_record_OnSubmit javascript when the users_record form is submitted. This problem only exists in Firefox, Not IE.
I ran the Firefox debugger only to find that upon form submission the users_record_OnSubmit code never gets run.
|
 |
 |
|