User / Developer Forum
IE8 "has restricted this webpage from running scripts"
Fabien Ménager
|
25 Jan 2010 18:04
Hello,
yes it is because you are running it from file:// you need to run it with a web server, via http://localhost/
yes it is because you are running it from file:// you need to run it with a web server, via http://localhost/
Chase
|
26 Jan 2010 10:54
Thank you kindly
Post a Reply
"To protect your security,Internet Explorer has restricted this webpage from running scripts or ActiveX controls that could access your computer.Click here for options..."
Strangely, the various test links I'm finding in this forum seem to be working fine. I'm not using any other JS at this point .
Could this just be due to my running it locally (file://) rather than via a web server? If anything, I'd think local files had more permissions, though.