Script problem

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

Guest

O/S Windows XP Home
IE 6

My web browser isn't running anything between <script> </script>. I'm pretty
sure it's all Javascript, and it needs enabling in the Internet Options:
Security, but I have been unable to do so.
 
Hi egdcltd :-)

There are many things that can cause this in XP. Try the following and see
if it helps:

Do you have the JavaScript plug-in installed?
http://java.sun.com/webapps/download/AutoDL?BundleId=9567

Close all browser windows and then
Click Start>Run>and type in the following in window one at a time, hitting
enter each entry.

regsvr32 jscript
regsvr32 /i mshtml
iexplore /rereg
(This command is a tip from Robert Aldwinckle)

also....

Allow active content to run in files on My Computer - Windows XP Service
Pack 2:
http://www.winxptutor.com/lmzunlock.htm

If that does not help:
See if refreshing the script engine helps:
http://www.fjsmjs.com/IE/scriptdb.htm

Java Virtual Machine Not Included in Internet Explorer. For
more information, visit
http://www.microsoft.com/mscorp/java/.

How can I uninstall the Microsoft Java Virtual Machine (JVM) from Windows
XP?
http://www.winnetmag.com/WindowsScripting/Article/ArticleID/38206/WindowsScripting_38206.html

Download for the J2SE 5.0 JRE here:
http://java.sun.com/j2se/1.5.0/download.jsp

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