PenguinHead
Programmer
I'm not totally new to ASP and have passed and recieved values via Querystring many times, but this time I can't get it to work. I can see the value I want in the address bar so I know it is being passed but for some reason I cannot get it to display using a Response.Write.
Section of the URL I need:
...detail.asp?&semail=006671479...
Code that SHOULD display it:
<%Response.Write(Request.Querystring("semail"))%>
Any idea why this wouldn't work?
Section of the URL I need:
...detail.asp?&semail=006671479...
Code that SHOULD display it:
<%Response.Write(Request.Querystring("semail"))%>
Any idea why this wouldn't work?