Hi I need some help with my IE, not sure if this is the right place.
Seems like when ever I am going to a site a extra window opens (minimized and will not allow me to maximize it, I have to use Task Manager to Maximize it but its blank). This is getting annoying with so many windows of it opened.
here is Source Code I found on the page:
<HTML><TITLE> --- Microsoft Internet Explorer </TITLE>
<BODY>
<script language='javascript'>
var expires = new Date();
expires.setTime (expires.getTime() + (24 * 60 * 60 * 30 * 1000));
expire = expires.toGMTString();
document.cookie = 'js=1; expires='+expire+'; path=/; domain=.offeroptimizer.com;';
</script>
<META HTTP-EQUIV=Refresh CONTENT='1; URL=http://xlime.offeroptimizer.com/close.html'>
</BODY></HTML>
ANY way to remove this naggin popup window? Google wont block it, security setting for IE doesnt seem to be blocking it either. I just need to stop the popup window!
Thanks in Advance
DC