I know that fancybox is JQuery, worry not , the fancybox is nailed. What i do need tho is a cookie that wont expire Ever.
Again i understand that some users clear cookeies, some dont accept them, and thats their problem!
What i need to do is make sure this function only happens once, ever....
For the curious, the reason i only want them to see it once is because its a brief how to video in the window!
Thanks you in advance
embeebutterly
Again i understand that some users clear cookeies, some dont accept them, and thats their problem!
What i need to do is make sure this function only happens once, ever....
Code:
<body onload="$('#aLink').trigger('click');"> <a id="aLink" href="http://www.google.com" ></a>
Thanks you in advance
embeebutterly

Comment