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

passing image button value to form

Status
Not open for further replies.

cindy0904

Technical User
May 30, 2002
29
US
Hi, I want to add an image button to one page to let users inquire about a specific product. When they click the inquire image button, I want to pass the value of that item to a generic FrontPage feedback form. Is there a bit of code I can add to each page to accomplish this?

Thanks for any help in advance.
 
Onclick="window.location='yourasp.asp?product=yourproduct';"

This submits a variable product with the value yourproduct to yourasp.asp.


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top