johnsimpson
Programmer
Hi guys,
My client tells me she is getting an error on one of the sites i built but am not getting any error notifications on my browser.
It is saying error on line 24
In the source code it is showing this code which is not in my actual source code...
<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 someone have a quick look and see if you get any errors? And possible solutions?
Thanks
John
My client tells me she is getting an error on one of the sites i built but am not getting any error notifications on my browser.
It is saying error on line 24
In the source code it is showing this code which is not in my actual source code...
<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 someone have a quick look and see if you get any errors? And possible solutions?
Thanks
John