Try adding this line to prefs.js, in your user profile directory, with
Mozilla not running:
user_pref("security.checkloaduri", false);
Bear in mind, this might open up some security holes.
-Mitch
mb wrote:
> attempting to have javascript bounce a user from an HTTP requested web page
> to a specific file housed somewhere on their internal network (to a computer
> without a an HTTP server) If the intial page is HTTP://www.website.com/...
> and the .js trys to send them to file:////file... NS browsers simply go
> blank. I presume this is to prevent malicious users from accessing a
> browsers file system but want confirmation.
>
> We're trying to open internal docs to the network via a web application /
> without forcing the documents into a Server Respository.
>
> If anyone can confirm or has ideas, please let me know
>
>
> thanks
>
>