Click to See Complete Forum and Search --> : browsers messing around with scripts


rjclarkson
12-02-2003, 02:24 PM
Browers seem to be adding a basic error handling script to my web pages :

<script language="JavaScript">
<!--
function SymError()
{
return true;
}
window.onerror = SymError;
//-->
</script>

and on one occassion the browser does not load a page properly and misses off a whole script section, rendering parts of the page useless.

The pages work perfectly well on a computer harddrive, they fail when on the web.

I would like to know why and how to get a browser to load a page I want it to.

96turnerri
12-02-2003, 04:48 PM
a browser not loading a full page may not be down to you or anyway around it it may just be that the server went down or changed over, blink in line some technical error not down to coding