hi
<form name="update" method="post" action="">
.....
.....
.....
<input type=button name="update" value="Update">
<input type=button name="sendInquiry" value="Send inquiry">
</form>
i want update button goes to update.asp, sendInquiry goes to sendInquiry.asp in the form
how can i solve!?
thanks
<form name="update" method="post" action="">
.....
.....
.....
<input type=button name="update" value="Update">
<input type=button name="sendInquiry" value="Send inquiry">
</form>
i want update button goes to update.asp, sendInquiry goes to sendInquiry.asp in the form
how can i solve!?
thanks