views:

2029

answers:

4

I have un-installed and re-installed IE8 a few time and javascript will not run. I have checked jQuery and numerous sites, and run simple examples like alert("hi"); nothing works. The ie8 developer tools under script debugging says

"Breakpoint cannot be set in this location, the code in the document is not loaded"

This also happens when using the Spoon plugin and IE7 Or IE8.

also any of these scripts work just fine in firefox.

Any ideas or help is much appreciated!

+1  A: 

Go to Internet Options, Security, Custom Level, and enable Active Scripting under Scripting.

SLaks
Thanks! I had checked the security settings. it didnt work. the javascript dll in IE/windows was messed up and had to be re-registered.
CodePyro
Wow, just wasted 30 minutes trying to work this one out. Upvotes for everyone!
mdm
+3  A: 

OS: WinXp service pack2 issue in IE7 and IE8

I had spent alot of time today, uninstalling and reinstalling IE v 7 & 8. I had checked the security settings multiple times. Even disabled my firewall, nothing worked. eventually a friend of mine found the clue.

Apparently IE7 & IE8 use the same javascript registered DLL which had become un-registered for whatever reason.

To fix it: Start > Run... In the Run box, type in (without quotes) "regsvr32 jscript.dll" You should receive a popup says that it registration succeeded.

CodePyro
A: 

Facebook Friend Inviter not working because of same issue

Social Marketing Tools
A: 

Thanks SLaks,

Your answer is working for me.

Vasudev S