PDA

View Full Version : Java Script


Dory
05-04-2005, 04:34 PM
Hello everyone...

Whats the purpouse of this script?

<script language="JavaScript">
<!--

function SymError()
{
return true;
}

window.onerror = SymError;

var SymRealWinOpen = window.open;

function SymWinOpen(url, name, attributes)
{
return (new Object());
}

window.open = SymWinOpen;

//-->
</script>

Thanks

Lemmy
05-04-2005, 05:51 PM
Did a Google search and found this http://www.programmingtalk.com/archive/index.php/t-18131.html

Dory
05-04-2005, 06:48 PM
Thanks Lemmy.... didn't think doing a google search.

code is put in every page by Norton