I can't surf what I don't see.
I can’t surf what I don’t see.

I am going to sound like a broken record with this stuff…

I have found another TE that just don’t get it! It is trying to do the right thing but is missing the mark by a mile! Click the image on theright to see what I see at Forever Traffic. You may be asking yourself what is causing this. Well, one more time the “Webmaster” is trying to do something with crap JavaScript that shouldn’t be done.

Here is the code this Traffic Exchange Is trying to execute:
<script language="JavaScript1.2">
<!--
function resizeOuterTo(w,h) {
if (parseInt(navigator.appVersion)>3) {
if (navigator.appName=="Netscape") {
top.outerWidth=w;
top.outerHeight=h;
}
else top.resizeTo(w,h);
}
}
var loc = "surf.php?sb=&cash=&mid=XXXXXX&mname=XXXXX";
if (screen.width==800||screen.height==600) { //if 800x600
resizeOuterTo(800,600);
location.replace(loc+"&ri=800");
}
else if (screen.width==640||screen.height==480) {
resizeOuterTo(640,480);
location.replace(loc+"&ri=800");
} else {
resizeOuterTo(1024,768);
location.replace(loc);
}
//-->
</script>

Again, no HTML tags are being included for a properly structured HTML page. Not only that this code is trying to look for a monitor resolution that does not show on my computer.

It is truely crazy how some traffic exchanges will try to execute this code on any members’ computer. If you are not catching this code and getting a blank page then your computer is not set up properly for traffic exchanges. You are also opening yourself up to bad content while using any traffic exchange.

Look, Listen, and Learn! Don’t open yourself up to bad programming.

Take Care,
Phil