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

Multiple Insert Buttons

Status
Not open for further replies.
Jan 19, 2003
34
US
How do you go about using multiple insert buttons for the same form? What I mean is I want each of three submit buttons to take the user to a different page based on which one they click, and I want the data to be passed to the page they select. Any ideas?
 
well few ways to do it.

My way would create a " launching point" of sorts.

I would jump to a page, that I then put all of my form values into session variables - then pending on which button they clicked (names, labels) you do a response.redirect to that page.

BUT

be sure to empty out sessions on each of your respective pages. "Never underestimate the power of determination"

Stuart
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top