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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how to set the action for submit button

Status
Not open for further replies.

112119563

Technical User
Jul 27, 2001
8
US
help when you inset a submit button into a new document form how you set the action to link to a new document saying thank you for submiting your form
 
You should edit FORM tag by Action command like this:

<form name=&quot;<form-name>&quot; action=&quot;<target-document>&quot;>
<input type=&quot;submit&quot; name=&quot;<button-name>&quot; value=&quot;<button-label>&quot;>
</form>

good luck :)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top