Hi Everyone.
I have found that the following javascript automatically gets inserted
into *EVERY* single webpage that I view with IE.
I cannot find any information about it.
I did find a couple of other people who also have this same problem.
Here is the forum link :
Kind of describes it better.
Any suggestions would be greatly appreciated.
TIA
Crackn101
<script LANGUAGE="JavaScript">
<!--
var mUpTime=new Date(0);
RealOpenWindow = window.open;
function RecordMUpTime(){mUpTime = new Date();}
function MyWndOpen(url,name,attribute)
{
if(mUpTime)
{
var openTime=new Date();
openTime.setTime(openTime.getTime()-mUpTime.getTime());
if ( openTime.getSeconds() < 2 )
return(RealOpenWindow(url,name,attribute));
}
}
function NoError(){return(true);}
function moveTo(){return true;}
function resizeTo(){return true;}
onerror=NoError;
window.open=MyWndOpen;
//-->
</script>
I have found that the following javascript automatically gets inserted
into *EVERY* single webpage that I view with IE.
I cannot find any information about it.
I did find a couple of other people who also have this same problem.
Here is the forum link :
Kind of describes it better.
Any suggestions would be greatly appreciated.
TIA
Crackn101
<script LANGUAGE="JavaScript">
<!--
var mUpTime=new Date(0);
RealOpenWindow = window.open;
function RecordMUpTime(){mUpTime = new Date();}
function MyWndOpen(url,name,attribute)
{
if(mUpTime)
{
var openTime=new Date();
openTime.setTime(openTime.getTime()-mUpTime.getTime());
if ( openTime.getSeconds() < 2 )
return(RealOpenWindow(url,name,attribute));
}
}
function NoError(){return(true);}
function moveTo(){return true;}
function resizeTo(){return true;}
onerror=NoError;
window.open=MyWndOpen;
//-->
</script>