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

Thank you page 2

Status
Not open for further replies.

nachilev

Technical User
Apr 10, 2003
13
US
Is there a way to link or connect to a "Thank you for your submission" page after clicking on "Submit"?

I imagine it's embarresingly simple, but I just don't know how. Are there a FEW elegant solutions?

Thanks
NachiLev
 
nachilev, what programming language are you using?? In any case, the basic way would be:


<form action="thanks.html" method="post">
...
...
...
<input typr="submit" name="Submit" value="Submit me">
</form>


Then on your thanks.html page display the mesage you want the user to see, while at the same submitting the content of the form.

Again, this set-up might change depending on what "information your submitting and how"...



[sub]
____________________________________
Just Imagine.
[sub]
 
If this is an insert record behaviour or similar there is the option to select where to go next in the behaviour panel

[Peace][Pipe]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top