Is there any way to record a link that when clicked calls up some javascript.
Eg, here is the link. (javascript would be in header)
<a href="javascript:addbookmark()">Bookmark</a>
Is there anyway possible to log that action (into a db or txt file), with a php script? With javascript?


Reply With Quote