|
Home > Archive > IIS ASP > May 2005 > access cgi environment variables
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
access cgi environment variables
|
|
| bbxrider 2005-05-30, 5:52 pm |
| can't seem to find how accesss the standard cgi environment variables in
vbscipt/asp,
remote_addr, server_port, etc
they are accessible right? or a similar vbs set?
bbx
| |
| Adrienne 2005-05-30, 5:52 pm |
| Gazing into my crystal ball I observed "bbxrider" <bxtrap01@comcast.net>
writing in news:#0a0eqTZFHA.2984@TK2MSFTNGP15.phx.gbl:
> can't seem to find how accesss the standard cgi environment variables in
> vbscipt/asp,
> remote_addr, server_port, etc
> they are accessible right? or a similar vbs set?
> bbx
>
>
>
Look into the request.servervariables collection.
--
Adrienne Boswell
http://www.cavalcade-of-coding.info
Please respond to the group so others can share
| |
| bbxrider 2005-05-30, 8:48 pm |
| thank you adrienne, your crystal ball has the answers
"Adrienne" <arbpen2003@sbcglobal.net> wrote in message
news:Xns966674F6C5DF5arbpenyahoocom@207.115.63.158...
> Gazing into my crystal ball I observed "bbxrider" <bxtrap01@comcast.net>
> writing in news:#0a0eqTZFHA.2984@TK2MSFTNGP15.phx.gbl:
>
>
> Look into the request.servervariables collection.
>
> --
> Adrienne Boswell
> http://www.cavalcade-of-coding.info
> Please respond to the group so others can share
|
|
|
|
|