I have a page that when the user clicks on the submit button a javascript is called that checks 2 dates, (one that was entered by the user on the form, and another that was stored in the database from a previous step in our process. The funny thing is that there are 2 submit buttons on the page due to it being a pretty large page. Well one button when you click the javascript runs properly, but the other button when clicked does nothing, yet the buttons have the exact same code calling the script and everything, any reason why something like this could happen? Need any more info, let me know thanks.