Jan 7, 2002 #1 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
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
Jan 7, 2002 #2 fire Programmer Jan 6, 2002 10 IR You should edit FORM tag by Action command like this: <form name="<form-name>" action="<target-document>"> <input type="submit" name="<button-name>" value="<button-label>"> </form> good luck Upvote 0 Downvote
You should edit FORM tag by Action command like this: <form name="<form-name>" action="<target-document>"> <input type="submit" name="<button-name>" value="<button-label>"> </form> good luck