Re: global.asa fires after url parameters?
From: Bob Barrows [MVP] (reb01501_at_NOyahoo.SPAMcom)
Date: 03/17/05
- Next message: Mark Schupp: "Re: global.asa fires after url parameters?"
- Previous message: WaterBug: "Re: global.asa fires after url parameters?"
- In reply to: WaterBug: "Re: global.asa fires after url parameters?"
- Next in thread: WaterBug: "Re: global.asa fires after url parameters?"
- Reply: WaterBug: "Re: global.asa fires after url parameters?"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 17 Mar 2005 14:16:01 -0500
WaterBug wrote:
> The browser call...
>
http://127.0.0.1/MyApp/EvalPage.asp?trainee=astronaut&evaluator=kelly&type=orbit
>
> MyApp is defined as an application in IIS...
>
> The contents of EvalPage.asp...
> <%@ Language=VBScript %>
<snip>
> The first time the URL listed above is requested the query_string is
> returned as an empty string.
By "returned", do you mean the
response.Write "query_string= " & _
request.ServerVariables("query_string")
statement writes an empty string?
No, that does not happen to me. I'm using IE6 on a Win2000 machine. What are
you using?
Bob Barrows
-- Microsoft MVP -- ASP/ASP.NET Please reply to the newsgroup. The email account listed in my From header is my spam trap, so I don't check it very often. You will get a quicker response by posting to the newsgroup.
- Next message: Mark Schupp: "Re: global.asa fires after url parameters?"
- Previous message: WaterBug: "Re: global.asa fires after url parameters?"
- In reply to: WaterBug: "Re: global.asa fires after url parameters?"
- Next in thread: WaterBug: "Re: global.asa fires after url parameters?"
- Reply: WaterBug: "Re: global.asa fires after url parameters?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|