Results 1 to 3 of 3

Thread: Should be in ASP but many heads make light work

Hybrid View

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jul 2000
    Location
    Belfast
    Posts
    28
    In asp I am using a querystring to redirect from a stats page. eg.

    http://www.whatever.com/redirect.asp...sp?a=one&b=two

    <%response.redirect (request.Querstring(url))%>

    Part of the redirect url is lost (b=two) ie. any querystring of the redirect url that follows an "&".

    Can some one tell me how to prevent this happening. Any help would be a great help.

  2. #2
    Fanatic Member
    Join Date
    Oct 2000
    Location
    London
    Posts
    1,008

    ASP

    I seem to remember that you have to use + (that might be rubbish, its been a long time!). I can answer this definitively tonight (UK time).

    Cheers,

    Paul.
    Not nearly so tired now...

    Haven't been around much so be gentle...

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Jul 2000
    Location
    Belfast
    Posts
    28
    I don't think the "+" works because it has to be recognised as a querystring after it has been redirected.

    What i really need is something that acts like quote marks around the second url eg

    http://www.whatever.com/redirect.asp...p?a=one&b=two"



Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width