
February 18th, 2001, 12:44 AM
|
|
Contributing User
|
|
Join Date: Dec 2002
Posts: 14,575
  
Time spent in forums: < 1 sec
Reputation Power: 23
|
|
|
<i><b>Originally posted by : Happy</b></i><br />This is a long answer but fairly simple; you need to work out how you want to construct/administer your site...here's an example:<br /><br />link your links to an ASP page that records the click through to a database (containing all your links)...the ASP page updates the database to add the click then use the response.redirect command...<br /><br />dim the link address eg<br />dim links<br />then response.redirect <% rs("links")%> will load that link page (full http:// path from the database) after it has recorded the click through.<br /><br />hope this makes sense!<br /><br /><br />------------<br />HUssain at 2/15/2001 5:14:55 PM<br /><br />Hi<br /><br />I have a site where I have put the advertisement of a travel agency. I wish to know how many users from my site have clicked that link and visited that site. and if they visited, how many actually did some transaction with the travel agence, as they will pay me some percentage on that basis. Please let me know how I can implement this on my site.(HTTP_REFERER will no work because I want to control it from my site, not the travel agency's site)
|