Zitech_Industries
February 25th, 2001, 19:32
Need a javascript to stop error messages from popping up on my pages. Anyone know one?
Canuckkev
February 25th, 2001, 19:38
<SCRIPT LANGUAGE="JavaScript">
<!-- Hide me from lame browsers
function CC_noErrors() {
return true;
}
window.onerror = CC_noErrors;
// -->
</SCRIPT>
That should do it.
Powered by vBulletin® Version 4.1.7 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.