Forums

ASP

This topic is locked

update record onClick type thingy...

Posted 20 years ago
1
has voted
20 years ago Dan Berdusco posted:
For an advertising system, I would like to count the number of clicks. Is there way that I can have an onClick event that will update a number field in a record (+1) of the current recorset?

Thanks

Replies

Replied 20 years ago
20 years ago Andrew Watson replied:
bacause of the server side nature of asp you have goto get the fact that that input (the click event) has happened....

usually ad systems will pass info along with the click via a processing page for loggin this type of info.

but if you desperately need it to be done without affecting the links then you could try putting a teeny wee iframe on your page which is invisible to the eye....tell this to go and do something with the onclick event...

or

or

or

:: Son, im Thirty.... ::

Reply to this topic