Forum Moderators: open

Message Too Old, No Replies

how disable this script for few links

         

flyx

7:41 am on Apr 12, 2010 (gmt 0)

10+ Year Member



hi
below is my script, what i add in a link <a href=#*$!><img src=yyy></img></a> for disable this script for that link
regards

<SCRIPT LANGUAGE="Javascript"> 

function PopShow3() {
CookieTest=navigator.cookieEnabled; if(CookieTest)
{
ClickUndercookie = GetCookie('clickunder');
if (ClickUndercookie == null)
{
var ExpDate = new Date (); ExpDate.setTime(ExpDate.getTime() + (0 * 0 * 0 * 0)); SetCookie('clickunder','1',ExpDate, "/");
window.open("http://www.google.com");
window.focus();
}
}
}

function GetCookie (name) { var arg = name + "="; var alen = arg.length; var clen = document.cookie.length; var i = 0; while (i < clen) { var j = i + alen; if (document.cookie.substring(i, j) == arg) return getCookieVal (j); i = document.cookie.indexOf(" ", i) + 1; if (i == 0) break; } return null; } function SetCookie (name, value) { var argv = SetCookie.arguments; var argc = SetCookie.arguments.length; var expires = (argc > 2) ? argv[2] : null; var path = (argc > 3) ? argv[3] : null; var domain = (argc > 4) ? argv[4] : null; var secure = (argc > 5) ? argv[5] : false; document.cookie = name + "=" + escape (value) + ((expires == null) ? "" : ("; expires=" + expires.toGMTString())) + ((path == null) ? "" : ("; path=" + path)) + ((domain == null) ? "" : ("; domain=" + domain)) + ((secure == true) ? "; secure" : ""); }
document.onmouseup=PopShow3;

</SCRIPT>

whoisgregg

9:58 pm on May 20, 2010 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Welcome to WebmasterWorld, flyx!

Sorry you haven't gotten a response yet. Did you manage to sort this out?

If not, perhaps you could post a bit more detail about what links you want to disable this for?