|
|
|
|
|
| | |
|
Active Server Pages asp search engine active server page asp application components tutorial CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: CALLING ALL ASP EXPERTS- |
From: |
Ricardo Londe |
Date: |
3/1/2000 6:46:34 AM |
IP: |
200.244.42.1 |
You should make an ASP page that receives the desired url as parameter in the address, logs that click, and then redirect the user to the new page.
Try something like this:
the link in your page:
http://yourserver/redir.asp?url=company.com
the redir.asp page:
<%
url = request.querystring("url")
Loghit url create a sub for logging your hit
response.redirect url
%>
I hope this helps.
|
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|