|
|
|
|
|
| | |
|
Active Server Pages asp source code database MS SQL MS Access .mdb adovbs.inc cookies calendar codes sql commands scripts asp programming tutorials iis web server components CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
querystring question |
From: |
Tyson |
Date: |
9/14/1999 4:52:50 PM |
IP: |
205.138.187.105 |
I have a web site setup with index.asp as the default page. For advertising purposes, I pass a ?ad=XXX through ad banners (http://www.<example>.com/?ad=test). Then I just look in the log files for the numbers off hits to these addresses. Works fine.
Well now, I need to be able to read the ad value if possible. With http://www.<example>.com/?ad=test, if I do a request.querystring("ad") in index.asp, even though it is the page display, I cannot pull the querystring. If change the url to http://www.<example>.com/index.asp?ad=test, it works. but i want to be able to read the ad value without having to specify the index.asp file.
Can this be done?
Tyson |
Follow Up - Re: querystring question - Kal 9/23/1999 7:53:06 PM
|
|
|
|
|
|
|
|
|
|
|
|