Forum Moderators: open
The document is a .php
Anyone seen these or know what it is?
Thanks
JR
function SymError()
{
return true;
}
window.onerror = SymError;
var SymRealWinOpen = window.open;
function SymWinOpen(url, name, attributes)
{
return (new Object());
}
window.open = SymWinOpen;
//-->
</script>
///////////////
My stuff here
/////////////
<script language="JavaScript">
<!--
window.open = SymRealWinOpen;
//-->
</script>
I have some hidden layers that display when the user post the form and their data is invalid.
I also have one that displays when the post huge amounts of data such as images.
I can't seem to find any info on how to be compliant with NIS 2003.
Evidently this all started because people were using certian invisible images to track surfers.
I'm not doing that I'm just trying to write user friendly software.
<script language="JavaScript">
I actually wrote an application that spiders a website and validates each page as it goes along... I thought there were horrible problems in my code when I found that not a single site validated.... Grrr!
The only way I can sort this when I'm working locally is to disable the firewall (which I'm not happy doing)*.
It's important to remember that your code does, really, validate! It's only people who use NIS/NPF who will get this nonsense.
*I've modified the application to remove the nonsense before validating now but nonetheles... Norton! Sort it out!