View Full Version : user input into a querysting?
I need to put a user input into a querystring then pass it to another page, instead of doing it via form data. Can someone help?
Response.Write("<input type='text' name='stringsearch' SIZE='30'>")
Response.Write("<A href='searchdb3.asp?string=derbyshire'>derbyshire</A>")
It will pass a variable, but I can't get it to pass the user input from the text box. How do I get it to pass stringsearch, I dunno how to do that...please, please!?
I was thinking about how to do it from completely the wrong angle, I sorted it by using a FORM, but used GET instead of POST. Using GET sent the info via the URL bars like I wanted..
..just incase anyone want to do the same thing.
vBulletin v3.0.3, Copyright ©2000-2012, Jelsoft Enterprises Ltd.