Javascript doesn't load in browser

admin

Administrator
Staff member
I have about 250 lines of javascript that is not loading in a IE 6.0 browser sp1 on windows98. Here is an example of the code that loads in its place(it was given to me over the phone & may not be exact).

<script language="javascript">
function simerror() {
return true; }
window.onerror = simerror;
var simrealwinopen = winopen;
function simwinopen(url,name,attributes){
return;}
</script>

This is not anywhere in my code. Many other users have the same configuration and my code loads & works fine.

I have other pages with javascript the user hits and they work fine.

Is there code in my page his browser doesn't like?
Is there a setting in his browser that needs to be changed?

what would cause my javascript code not to load?

Thanks for any help,
Chad
 
Back
Top