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

Sending info to seperate pages

Status
Not open for further replies.

onpnt

Programmer
Dec 11, 2001
7,778
US
I have a real easy task but due to my new coming to vbscript I'm having trouble figuring it out. I simply need to send info on a item (name,cost etc..) to a order page on a site when a add to cart button is clicked. The order page is a mail to page without the need of db's or payments so it just needs to save the info and call it when the user goes to the page. If anyone can tell me the easiest and best way to do this would be much appreciated. No code necessary just the way I need to determine to write it. Thanks in advance, OnPnt
 
Ok, all you need to to is name an input box in a form using the post method(it can be set to hidden) add a submit button. On the target page use:

variable=request.form("input box name").
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top