Turning on JavaScript

  • Thread starter Thread starter Stephen
  • Start date Start date
S

Stephen

Somehow my JavaScript got turned off in IE 6. I can't find
a switch to change or checkbox to check. Can anyone tell
me where I need to go to reactive JavaScript? (Even
Microsoft's own Knowledge Base is JavaScript based so I
can't even check that out!)

Thanks.

Stephen
 
Stephen said:
Somehow my JavaScript got turned off in IE 6. I can't find
a switch to change or checkbox to check. Can anyone tell
me where I need to go to reactive JavaScript? (Even
Microsoft's own Knowledge Base is JavaScript based so I
can't even check that out!)

Thanks.

Stephen

Go to Tools | Internet Options | Security and click Customize for the
Internet zone.
 
Frank:

I tried that -- no changes. I've tried all of the Security
switches -- even going so far as turning off security
entirely. No luck. I even tried to reinstall the latest
version of IE 6, but XP said a "newer" version already
existed on the system and it cancelled the install.


Stephen
 
Stephen said:
Frank:

I tried that -- no changes. I've tried all of the Security
switches -- even going so far as turning off security
entirely. No luck. I even tried to reinstall the latest
version of IE 6, but XP said a "newer" version already
existed on the system and it cancelled the install.


Stephen

You might want to refresh your scripting engine:
http://msdn.microsoft.com/library/default.asp?url=/nhp/default.asp?contentid=28001169
or
http://msdn.microsoft.com/library/default.asp?url=/downloads/list/webdev.asp
Windows Script 5.6 for Windows 2000 and XP
http://www.microsoft.com/downloads/...43-7e4b-4622-86eb-95a22b832caa&DisplayLang=en
 
-----Original Message-----


Go to Tools | Internet Options | Security and click Customize for the
Internet zone.

--
Frank Saunders, MS-MVP, IE/OE
Please respond in Newsgroup. Do not send email
http://www.fjsmjs.com

.
Frank, I have tried this and I apologize for my stupidity
but what exactly do your select after you've accessed this
area? There is no JavaScript.
 
Ron Payne said:
Frank, I have tried this and I apologize for my stupidity
but what exactly do your select after you've accessed this
area? There is no JavaScript.

Scroll down to Scripting.
 
Ron Payne said:
Thanks, Frank. I wasn't sure "scripting" referred to
JavaScript. Thanks a lot.

It refers to any scripting enclosed within <script> </script> tags.
 
Back
Top