J
Joey Martin
I have the following link:
http://foo.com/accountlogin.asp?refer=contactform.asp?toid=101&itemid=9&
itemtype=horse
a form field that should read the refer=querystring cuts off after the
toid=101. I assume that because I have
referpage=request.querystring("refer")
Is there any way to make it read the entier section after refer= and not
stop and the variable?
http://foo.com/accountlogin.asp?refer=contactform.asp?toid=101&itemid=9&
itemtype=horse
a form field that should read the refer=querystring cuts off after the
toid=101. I assume that because I have
referpage=request.querystring("refer")
Is there any way to make it read the entier section after refer= and not
stop and the variable?