Need help in form tag ...
I am not sure if this is the right group, if not could you please suggest me
where to post it?
I want to be able to bring up two different web pages on click on two
different
buttons. How can I do so?
<form METHOD="post" ACTION="Verify.asp" id="form1" name="form1">
<input id="btnSubmit" name="btnSubmit" type="submit" value="Verify">
and the other one is
<form METHOD="post" ACTION="Change.asp" id="form2" name="form2">
<input id="btnChg" name="btnChg type="submit" value="Change">
Thanks for your help!
-Me
|