Hello Guys and Gals
I hope you can help me.
I am trying to create a bounce.asp page. When the user goes to this site page i want to pass it some data like below
www.testingasp.com/bounce.asp?id=12345?sub=testingme
My goal is to store the "12345" and the "testingme" in a database (The database bit I can do)
on the page load event for bounce.asp i need to store the id= and the sub= values?
How the heck do I do this?? I have looked a sessions and previouspage handlers but I cant get it to work on multiple values!!!
Any help would be great
Thanks
Alan
I hope you can help me.
I am trying to create a bounce.asp page. When the user goes to this site page i want to pass it some data like below
www.testingasp.com/bounce.asp?id=12345?sub=testingme
My goal is to store the "12345" and the "testingme" in a database (The database bit I can do)
on the page load event for bounce.asp i need to store the id= and the sub= values?
How the heck do I do this?? I have looked a sessions and previouspage handlers but I cant get it to work on multiple values!!!
Any help would be great
Thanks
Alan