this crap ist inserted by the norton firewall 2003.
the SymWinOpen is there only if the ad blocker is turned on, the
SymError cannot be turned of w/o turning off the firewall

------------------------
> Can someone tell me why all mt PHP generated HTML has this pre-pended to it?

> And how can I turn it off?

> Thanks

> Walter

> <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>


> <body onLoad="var SymTmpWinOpen = window.open; window.open = SymWinOpen;
> window.open = SymTmpWinOpen;">


------------------------
-- 
Adrian
mailto:[EMAIL PROTECTED]
www: http://www.planetcoding.net
www: http://www.webskyline.de

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to