G
Guest
I am trying to access in Javascript within an ASP.NET web page the Request
Object. I am specifically trying to access the values in the
Request.QueryString. When I try to access the values I get an error
specifying that the Request object is undefined... The Jscript code is as
follows:
alert(Request.QueryString("CASE")[1]);
In any thoughts or am Is my syntax incorrect. I need to be able to access
the QueryString from within jscript...
Thanks in advance
Object. I am specifically trying to access the values in the
Request.QueryString. When I try to access the values I get an error
specifying that the Request object is undefined... The Jscript code is as
follows:
alert(Request.QueryString("CASE")[1]);
In any thoughts or am Is my syntax incorrect. I need to be able to access
the QueryString from within jscript...
Thanks in advance