TRACEYMARYLAND
Programmer
hi there i have a form
<form name="form1" method="post" action="form_entry_update.asp">
But i want to add two buttons...
One button will be called SEARCH...and the other will be UPDATE
Now if i select UPDATE i want it to actually go and do the
form_entry_update.asp
If i select SELECT i want it to call another page search.asp will all the form values.
Cannot figure out how to put two buttons with two different things on a page
<form name="form1" method="post" action="form_entry_update.asp">
But i want to add two buttons...
One button will be called SEARCH...and the other will be UPDATE
Now if i select UPDATE i want it to actually go and do the
form_entry_update.asp
If i select SELECT i want it to call another page search.asp will all the form values.
Cannot figure out how to put two buttons with two different things on a page