Click to See Complete Forum and Search --> : Hide Error Message


lukezweb
11-20-2003, 09:54 AM
How do you hide the javascript error message?

I knwo theres like a two line code but i forgot it?

Thanks

fredmv
11-20-2003, 09:57 AM
<script type="text/javascript">
window.onerror = function() { return true; }
</script>

Vladdy
11-20-2003, 10:01 AM
How about fixing it :D :rolleyes:

lukezweb
11-20-2003, 10:07 AM
Originally posted by Vladdy
How about fixing it :D :rolleyes:


it does actaully work :P the problem on one page is not my fault but server side :P so i cant do much :D

Vladdy
11-20-2003, 10:36 AM
We are talking client side scripting here, how can it be server side problem??? If that is some code added by your hosting company, get one that does not put rubbish on your pages...

lukezweb
11-20-2003, 10:44 AM
Originally posted by Vladdy
We are talking client side scripting here, how can it be server side problem??? If that is some code added by your hosting company, get one that does not put rubbish on your pages...

its just a conflict ;)