nvm. i just added a line of code before each redirect to alter the string so it doesnt give problems:
asp redirect:
strRedirect = "somepage.a sp" & QS
strRedirect = Replace(strRedi rect, & chr(3))
responce.redire ct(strRedirect)
User Profile
Collapse
-
asp redirect querystring issue
Hello, I have a variable set up with my query strings for easy use in linking to pages. e.g:
dim QS
QS = "?blah=blah& ;blah2=blah2"
html code:
<a href="somepage. asp<%=(QS)%>"
asp redirect:
strRedirect = "somepage.a sp" & QS
responce.redire ct(strRedirect)
Using this method makes the code cleaner and its easier to...
No activity results to display
Show More
Leave a comment: