bigracefan
Programmer
Newby question: I have the following code trying to fire a javascript routine. It works on my button click but it doesn't work on the form post.
What am I missing. I'm trying to do a "Are you sure?" after they press the button.
Code:
<form action="frmReinstate.asp" method="post" name="ReinstateForm" onSubmit="Validate()" >