User Profile

Collapse

Profile Sidebar

Collapse
cwalling
cwalling
Last Activity: Jul 3 '07, 04:37 PM
Joined: Jul 7 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • cwalling
    replied to asp redirect querystring issue
    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)
    See more | Go to post

    Leave a comment:


  • cwalling
    started a topic asp redirect querystring issue

    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&amp ;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...
    See more | Go to post
No activity results to display
Show More
Working...