Problem in Sending the Data By Querystring

Hi

I am trying to validate the site for W3C 4.01 HTML Transitional.
I have some Links as follows
    Page.asp?a=b&b=c
Which is not a valid link as per W3C.
So I changed it to
    page.asp?a=b&c=d
Which is error free.

But because of this now my ASP's Request.Querystring("b")
is not working. I could get the value of the "a" but for "b"
I am not getting the value !!
If I am removing the "&" from the url then it is working.
what would be the probable solution for this !!

Can you please Help me ?????

Kamlesh

P.S. Please send me the Reply to the same address for this question

















_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp

Received on Tuesday, 11 December 2001 17:58:49 UTC