Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_web_howto thread: ASP Clickthrough system


Message #1 by "Jerry Halasz" <jerry.halasz@s...> on Mon, 23 Apr 2001 20:21:25
Hi,



I am trying to create a click through system so that when a user clicks on 

a link it will write to a log file, kinda like a banner ad tracker, but I 

want to track them each time not just once, I would also like it to write 

to an xml file and not a db, does anyone know a good way for me to attack 

this?
Message #2 by "Alex Shiell, ITS, EC, SE" <alex.shiell@s...> on Tue, 24 Apr 2001 09:43:30 +0100
create an asp that writes the xml file.  make your links point to this asp,

and pass in a parameter with the url of the page you actually want to link

to, then at the end of the asp redirect to the URL



-----Original Message-----

From: Jerry Halasz [mailto:jerry.halasz@s...]

Sent: Monday, April 23, 2001 9:21 PM

To: ASP Web HowTo

Subject: [asp_web_howto] ASP Clickthrough system





Hi,



I am trying to create a click through system so that when a user clicks on 

a link it will write to a log file, kinda like a banner ad tracker, but I 

want to track them each time not just once, I would also like it to write 

to an xml file and not a db, does anyone know a good way for me to attack 

this?

________________________________________________________________________

Scottish Enterprise Network

http://www.scottish-enterprise.com


  Return to Index