I have a problem that every time I open a page to edit it, I get the following code inserted, which really messes with any other javascript I might have running:
<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>
Has anyone experienced this? Is there anything I can do to prevent it? Is there a setting anyone knows of in NIS that will prevent this?