↑
Cookies >>>
Catches all clicks on ads and writes a cookie on the visitor's computer. Until the cookie expires, no ads are shown.
Add the below code to the <body> section of your page:
<SCRIPT
LANGUAGE="JavaScript">
var
adlink="change
this text!";
var
timeout=60*60*24;
var
showads =
1;
function
adMessage(adcode)
{
if
(document.cookie
==
"")
{
document.write(adcode);
}
else
{
var
the_cookie =
document.cookie;
the_cookie
=
unescape(the_cookie);
the_cookie_split
=
the_cookie.split(";");
for
(loop=0;loop<the_cookie_split.length;loop++)
{
var
part_of_split =
the_cookie_split[loop];
var
find_name =
part_of_split.indexOf("ad");
if
(find_name!=-1)
{
break;
}
}
if
(find_name==-1)
{
document.write(adcode);
}
else
{
var
ad_split =
part_of_split.split("=");
var
last =
ad_split[1];
if
(last!=0)
{
document.write(adcode);
}
else
{
showads=0;
}
}
}
}
function
writeCookie(show)
{
var
today =
new
Date();
var
the_date =
new
Date();
the_date.setTime(today.getTime()
+
1000
*
timeout);
var
the_cookie_date =
the_date.toGMTString();
var
the_cookie =
"ad="+show;
var
the_cookie =
the_cookie +
";expires="
+
the_cookie_date;
document.cookie
=
the_cookie;
location.reload(true);
}
function
handleClick(evnt)
{
var
targetstring =
new
String(evnt.target);
if
(targetstring.search(adlink)
!=
-1)
{
writeCookie(0);
}
routeEvent(evnt);
return
true;
}
if
(window.Event)
{
window.captureEvents(Event.CLICK);
}
window.onClick
=
handleClick;
adMessage('');
</script>
<center>
<span
onClick="writeCookie(0)">
<script
language="javascript">
adMessage('<a
href="http://yaldex.com/JSFactory_Pro.htm" target="_blank">Example
Ad</a>');
</script>
</span>
<br>
<script
language="javascript"
TYPE="text/javascript">
if
(showads)
{
document.write("Remove
the ad by clicking it.")
}
</script>
<script
language="javascript"
TYPE="text/javascript">
if
(!showads)
{
document.write("<form><input
type=button value='Ads back' onClick=writeCookie(1)><\/form>")
}
</script>
</center>
|
[an error occurred while processing this directive]
→ casino . youtube advertising
|