alt tabs

liunx

Guest
can anyone tell me how to show how many clicks a link has through the alt tabs?<br />
<br />
an example would be the links on this page<br />
<br />
<!-- m --><a class="postlink" href="http://robouk.mchost.com/">http://robouk.mchost.com/</a><!-- m --><!--content--><img src=http://www.htmlforums.com/archive/index.php/yourimage.gif alt="clicks: 8000"><br />
<br />
but you are wondering how will 8000 go to 8001 next time the link is clicked. The answer is a server side script is keeping track, PHP for the site you linked to:<br />
<br />
<!-- m --><a class="postlink" href="http://robouk.mchost.com/count/aclink.php?id=7">http://robouk.mchost.com/count/aclink.php?id=7</a><!-- m --><br />
<br />
the script "aclink.php" is keeping tabs abnd the "id" tells the script which link was clicked. There are probably scripts you can get premade for doing that at sites like <!-- w --><a class="postlink" href="http://www.hotscripts.com">www.hotscripts.com</a><!-- w --><!--content-->alt doesn't work in mozilla. plus I wouldn't use that page to any extent. it has javascript errors all over the place and nothing special works in mozilla. <br />
<br />
I believe if you want the alt to work you have to use title="clicks: 50" along with alt.<!--content-->
 
Back
Top