Forum Moderators: coopster
John
Here is an example for others to play around with...
<?php
echo $_COOKIE[example];
?>
<br />
<a href="#" onmousedown="document.cookie='example=1;path=/;time()+314496000;'" onmouseup="window.location.href=window.location.href">1</a> - <a href="#" onmousedown="document.cookie='example=2;path=/;time()+314496000;'" onmouseup="window.location.href=window.location.href">2</a>
John