|
That option isn't checked on my system, though. How come I'm getting the prompts?
As for other browsers, I haven't been able to get the script to run at all in Chrome. The programmer tells me that this is because Chrome blocks cross-site javascript (the code is a text parser that loads a web page by entering the URL, and outputs selected portions), and that if I wanted to run it in Chrome I would need to run it with the command line option --disable-web-security.
|