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

DARN SYNTAX !!

Status
Not open for further replies.

scauthen

MIS
Joined
Aug 31, 2001
Messages
3
Location
US
In specifying to use a (optional) Form Confirmation Page with my Form. What is the syntax to pass one of the form field values to the Confirmation (.asp) page when the Submit button is pressed. I want to be able to assign it to a variable on the Conf. page like passedvalue = Request("passedvalue")

e.g. What is the syntax to refer to the form field so I can use something like the following in the "URL of Confirmation Page" Form properties, Options box.

confpage.asp?passedvalue = FormName("formfieldname")

Thanks for any help
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top