Tuesday, March 08, 2005

I just (re)discovered that the javascript form.submit method does not fire the onSubmit event for a form. I discovered it while trying to add some code to save the position on page at postback. I also discovered that ASP.NET code inserts a __doPostBack method that is used for a variety of reasons. Needed to hijack it so that my code got called.

0 Comments:

Post a Comment

<< Home