|
|
|
|
|
| | |
| |
Active Server Pages ASP control controls class classes module script Scripts applet CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
|
|
Subject: |
Re: What all can I capture via ASP and put in my database? |
|
From: |
tlasek |
|
Date: |
3/2/2000 7:51:35 AM |
|
IP: |
207.51.162.13 |
You could also capture some of the server variables. To see the server variables try this:
For Each Name In Request.ServerVariables
Response.Write(Name & ": " & Request.ServerVariables("Name") & "<br>")
Next
|
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|