Does anyone what the heck this code is used for?  It got inserted into
all code on the webserver and cuts off the bottom portion of the code
when you view the sourcecode or download the file.
----------------------------------------------
<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>
---------------------------------------------
onLoad="var SymTmpWinOpen = window.open; window.open = SymWinOpen;
window.open = SymTmpWinOpen;"
 
 
 
Thanks,
Dave Bosky
www.myrtlebeachdesigns.com <http://www.myrtlebeachdesigns.com/> 
 


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Reply via email to