Problem with Ad? (Not WIN32 Compatible message)
I don't know if it is an ad or something else, but when I come to the forums I get a javascript message saying "sorry your browser is not WIN32 Compatible" and blank page pops up that locks up the browser until I close it. The source of the blank page is as follows:
<html>
<head>
<title> & nbsp;
&n bsp; &
nbsp; </title>
<Script Language="JavaScript"><!--
function BringBack(){
self.moveTo(-50,0);
self.focus();
}
self.blur();
setTimeout('BringBack()',01 * 1000);
//-->
</Script>
<script language="JavaScript">
<!--
function click() {
if (event.button==2) {
alert('You Must click Yes to continue')
}
}document.onmousedown=click
// -->
</script>
</head>
<body onBlur="self.focus()" background="#CACACA">
<script language="JavaScript" type="text/JavaScript" src="pl_load.js"></script>
<script language="JavaScript">
self.focus();
</script>
</body>
</html>
Needless to say i find this very annoying.
BTW: I am using OS X 10.4.2 and Safari Version 2.0 (412.2)
Code:
<html>
<head>
<title> & nbsp;
&n bsp; &
nbsp; </title>
<Script Language="JavaScript"><!--
function BringBack(){
self.moveTo(-50,0);
self.focus();
}
self.blur();
setTimeout('BringBack()',01 * 1000);
//-->
</Script>
<script language="JavaScript">
<!--
function click() {
if (event.button==2) {
alert('You Must click Yes to continue')
}
}document.onmousedown=click
// -->
</script>
</head>
<body onBlur="self.focus()" background="#CACACA">
<script language="JavaScript" type="text/JavaScript" src="pl_load.js"></script>
<script language="JavaScript">
self.focus();
</script>
</body>
</html>
Needless to say i find this very annoying.
BTW: I am using OS X 10.4.2 and Safari Version 2.0 (412.2)
Comments
Originally posted by Res
I don't know if it is an ad or something else, but when I come to the forums I get a javascript message saying "sorry your browser is not WIN32 Compatible" and blank page pops up that locks up the browser until I close it. The source of the blank page is as follows:
Code:
<html>
<head>
<title> & nbsp;
&n bsp; &
nbsp; </title>
<Script Language="JavaScript"><!--
function BringBack(){
self.moveTo(-50,0);
self.focus();
}
self.blur();
setTimeout('BringBack()',01 * 1000);
//-->
</Script>
<script language="JavaScript">
<!--
function click() {
if (event.button==2) {
alert('You Must click Yes to continue')
}
}document.onmousedown=click
// -->
</script>
</head>
<body onBlur="self.focus()" background="#CACACA">
<script language="JavaScript" type="text/JavaScript" src="pl_load.js"></script>
<script language="JavaScript">
self.focus();
</script>
</body>
</html>
Needless to say i find this very annoying.
BTW: I am using OS X 10.4.2 and Safari Version 2.0 (412.2)
Have you tried using a different browser (Firefox, IE)?