JS file doesn't download on XP SP1

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I belong to a team which runs a corporate website which uses a menu.js file
for it's navigation system. Very recently, we found that on some machines
running IE 6.0.2800 on WinXP SP1 could see the entire website excluding the
menus. This was because it would never download the menu.js file. In the
status bar too, it would show as '1 item remaining'.

I have checked the Tools>Internet Options>Security>Custom Levels and the
'Allow Scripting' tag is checked. I want to know if there are any other
options which need to be enabled/disabled. Whats wrong with IE? :(
 
Hi Bhooshan :-)

Try the following and see if it helps:

How to Troubleshoot Script Errors in Internet Explorer
http://support.microsoft.com/default.aspx?scid=kb;en-us;308260



Test your Javascript here:
http://www.dancespots.net/browsertest.htm



Update your script engine: For 2000 and XP go to
http://www.microsoft.com/downloads/...43-7e4b-4622-86eb-95a22b832caa&DisplayLang=en



Reregister JavaScript



Courtesy of Ramesh -

Click Star Click on Start -- Run
Type Regsvr32 softpub.dll
and
REGSVR32 JSCRIPT
Click OK



If these steps do not resolve your problem, or you need help with the above,
please post back to this thread with the details and any error messages.

Hope this helps

Jan :)
Smiles are meant to be shared,
that's why they're so contagious.

Replies are posted only to the newsgroup for the benefit or other readers.
How to make a good newsgroup post:
http://www.dts-l.org/goodpost.htm
 
Back
Top