G
Guest
Apologies as I am probably in the wrong thread but don't know where ... if
anyone can redirect it would be appreciated ...
When I create a webpage (html) in IE6 which may include some simple
Javascript, on loading via my FTP I discover the Source code has been altered
to include the following which sometimes alters the appearance of my webpage
.... grrr
<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>
Can anyone tell me where this code comes from and is there any way I can
alter of avoid this occuring ...
My script begins ... <SCRIPT LANGUAGE="Javascript">
Thanks in advance for any advice or assistance ...
anyone can redirect it would be appreciated ...
When I create a webpage (html) in IE6 which may include some simple
Javascript, on loading via my FTP I discover the Source code has been altered
to include the following which sometimes alters the appearance of my webpage
.... grrr
<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>
Can anyone tell me where this code comes from and is there any way I can
alter of avoid this occuring ...
My script begins ... <SCRIPT LANGUAGE="Javascript">
Thanks in advance for any advice or assistance ...