Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

there any way to make a button do the same as this:

Status
Not open for further replies.

adamr1001

MIS
Jul 25, 2001
166
CA
..execute and abutton taken from a form on an html page:

code for button on form:

<form name=&quot;form123&quot; action=&quot; method=&quot;POST&quot;>
<input type=&quot;hidden&quot; name=&quot;var1&quot; value=&quot;1&quot;>
<input type=&quot;hidden&quot; name=&quot;var2&quot; value=&quot;2&quot;>
<input type=&quot;hidden&quot; name=&quot;var3&quot; value=&quot;3&quot;>
<input type=&quot;submit&quot; value=&quot;If the page does not redirect please click here!&quot; name=&quot;submitButtonName&quot;>
</form>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top