up vote 1 down vote favorite
share [g+] share [fb]

How do I enable IE6 to run JavaScript?
Where in the settings do I set this option?

link|improve this question
1  
He tried but his javascript is disabled! – ChaosPandion Nov 6 '09 at 3:27
feedback

migrated from stackoverflow.com Nov 6 '09 at 3:32

This question came from our site for professional and enthusiast programmers.

2 Answers

Tools > Internet Options > Security

Then select the Internet zone if it's not already selected.

Click Custom Level...

Scroll down to the section node labelled, Scripting.

On the Active Scripting branch, select Enable.

You will then see this prompt:

Are you sure you want to change the security settings for this zone?

Click Yes and then click OK.

Reload the page or restart IE6 and you're good to go.

link|improve this answer
feedback

I don't have IE6 anymore, but in IE8 (which you should upgrade to), it is in Tools/Internet Options/Advanced. Maybe it's in the same place in IE6.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown