Hey MOU, 
  Good to see you back around.  I'm late to this thread, but I thought this might 
help.  I wrote a little script that I keep resident on my server:

<%
Dim VariableName
For Each VariableName In Request.ServerVariables
        response.Write("<ul>")
        response.Write("<li><strong>" & VariableName & "</strong> = ")
        response.write(Request.ServerVariables(VariableName) & "</li>")
        response.Write("</ul>")
Next
%>

I make a good deal of use of the server variables and find this script very useful for 
reminding me of exactly what the format is for all of the server variables.

hth,
Stephen
http://www.mechavox.com

btw, did you get your business site finished up?


Ross Clutterbuck<mailto:[EMAIL PROTECTED]> on Saturday, July 12, 2003 8:53 AM, said:

> Darren:
> 
> Cheers dude, will do...
> 
> I thought it'd be in the server variables somewhere, but I've not had
> much of a play (or needed them before) so I was scratching me head
> 
> MOU
> 
> 
> 
> ____ * The WDVL Discussion List from WDVL.COM * ____
> To Join wdvltalk, Send An Email To:
> mailto:[EMAIL PROTECTED]
>        Send Your Posts To: [EMAIL PROTECTED]
> To change subscription settings to the wdvltalk digest version:
>     http://wdvl.internet.com/WDVL/Forum/#sub
> 
> ________________  http://www.wdvl.com  _______________________
> 
> You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
> To unsubscribe send a blank email to
> %%email.unsub%%

____ � The WDVL Discussion List from WDVL.COM � ____
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED]
       Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
    http://wdvl.internet.com/WDVL/Forum/#sub

________________  http://www.wdvl.com  _______________________

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]

Reply via email to