Problem with Ad? (Not WIN32 Compatible message)

resres
Posted:
in Feedback edited January 2014
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;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;& nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&

nbsp;&nbsp;&nbsp;&nbsp;&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

  • Reply 1 of 1
    Quote:

    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;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;& nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;

    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&

    nbsp;&nbsp;&nbsp;&nbsp;&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)?
Sign In or Register to comment.