zodiac
Dec 3rd 2006, 4:27 am
<script type="text/javascript" src="js.js"></script>
<span onClick="writeCookie(0)">
<script language="javascript">
<!--
link ('link here');
// -->
</script>
</span>
that code will give a cookie if you click on the link.
what i want to do is give someone that cookie if they visit a certain page.(clicking anywhere on the page would be fine to)
<span onClick="writeCookie(0)">
<script language="javascript">
<!--
link ('link here');
// -->
</script>
</span>
that code will give a cookie if you click on the link.
what i want to do is give someone that cookie if they visit a certain page.(clicking anywhere on the page would be fine to)