PDA

View Full Version : Waiting until page is submitted


Phantom
05-06-2003, 09:30 PM
I don't know where this would go - I usually use this for PHP, but I think it is more of an HTML issue.

Anyways, in my web coding with forms, I seem to have a problem where it executes code at the wrong time. I want it to do something when they click submit, but it executes before they click submit (causes problems with checkboxes and dropdown boxes) - how do you fix this? Is the only way by adding an onClick to the submit button?

redhead
05-06-2003, 10:13 PM
have you tryed putting onsubmit="something();" in the <form> tag?