lionelbrown
Programmer
I'm a VB programmer just starting to learn asp, etc. I'm starting with Frontpage and moving on to Interdev after that, so if I should you can solve my issue using either product, I would greatly appreciate it!
MY QUESTION:
I've created an html page with a hover button that opens my Order.asp (contains an order form) page. I want to click the button and open the order page with a value passed into a textbox on the order form. I've tried using the <url>?<key=value> and then requesting the value on the order page, but I've run into several issues. Frontpage stomps all over my edits to the automatically generated asp form code. Any suggestions on the best way to do this? Where in the order page should I put the code to retrieve the passed value?
My web is being run on IIS, and I'm using Frontpage 2000. My form is using Post.
Thanks in advance for any help you can provide!
MY QUESTION:
I've created an html page with a hover button that opens my Order.asp (contains an order form) page. I want to click the button and open the order page with a value passed into a textbox on the order form. I've tried using the <url>?<key=value> and then requesting the value on the order page, but I've run into several issues. Frontpage stomps all over my edits to the automatically generated asp form code. Any suggestions on the best way to do this? Where in the order page should I put the code to retrieve the passed value?
My web is being run on IIS, and I'm using Frontpage 2000. My form is using Post.
Thanks in advance for any help you can provide!