Greetings,
I have a few users of my website that mention the pages do not completely load. When I checked one of their computers, I looked at the source and noticed that the page load stops at my javascript call which is in the page header...although the javascript seemed to load fine! Seems strange, they are using IE 6.0.2600 which seemed to work fine on other computers when i tested it. I guess it has something to do with his java settings?
Does anyone else seem to run into this? Sense you have to call the script in <header> you cant really move it to the bottom of the page, and About 5% of my users have mentioned this id like to avoid this problem. Any suggestions? can I do anything so that the browser will just NOT try to load the script if it has problems doing so? Its a navagation script so i dont want to just remove it
Heres my call to the script:
<script type='text/javascript'>
function Go(){return}
</script>
<script type='text/javascript' src='/javascript/loggedinmenu_var.js'></script>
<script type='text/javascript' src='/javascript/menu_com.js'></script>
<noscript>Your browser does not support script</noscript>
thankyou
I have a few users of my website that mention the pages do not completely load. When I checked one of their computers, I looked at the source and noticed that the page load stops at my javascript call which is in the page header...although the javascript seemed to load fine! Seems strange, they are using IE 6.0.2600 which seemed to work fine on other computers when i tested it. I guess it has something to do with his java settings?
Does anyone else seem to run into this? Sense you have to call the script in <header> you cant really move it to the bottom of the page, and About 5% of my users have mentioned this id like to avoid this problem. Any suggestions? can I do anything so that the browser will just NOT try to load the script if it has problems doing so? Its a navagation script so i dont want to just remove it
Heres my call to the script:
<script type='text/javascript'>
function Go(){return}
</script>
<script type='text/javascript' src='/javascript/loggedinmenu_var.js'></script>
<script type='text/javascript' src='/javascript/menu_com.js'></script>
<noscript>Your browser does not support script</noscript>
thankyou