> I receive this error "permission denied to call method 
> XMLHttpRequest.open" when attempting to make an Ajax call in 
> FireFox 1.5.
> 
> I believe the problem is cross-domain scripting problem as my 
> index.html exists on a mapped network drive and is using a 
> web service on a ColdFusion server on the network to populate 
> some data on the page.
> 
> 1) No, I can't move the file to the web server.  My CIO 
> specifically wants it placed on that network drive so he can 
> simply bookmark it there.

Tom's solution is dead on. Do that.

> 3) What the heck is
> "netscape.security.PrivilegeManager.enablePrivilege("Universal
> PreferencesRead UniversalPreferencesWrite")"?  I keep reading 
> about it, but it has the word "netscape" in it, even though it 
> is on Mozilla sites.

Mozilla is based, somewhat, on Netscape's browser, and still uses some
internal naming conventions previously used by Netscape. Mozilla was the
name of the Netscape mascot:

http://en.wikipedia.org/wiki/Mozilla_%28mascot%29

For that matter, so does IE - there's a "navigator" object in the IE object
model, just like in the Mozilla object model, and IE still uses "Mozilla" in
its user agent string for compatibility reasons.

> <rant>
> 
> I'm still a little peeved that FireFox is so stubbornly 
> preventing me to do what I want to do.  Yeah, security, 
> shemurity.  Who owns my computer anyway?  Me or FireFox?  I 
> absolutely can't stand it when software thinks it can tell me 
> what to do with my computer-- but usually MS is offending one....
> 
> </rant>

If you'd like to continue owning your computer, you should probably be
thankful that Firefox is a more secure browsing environment.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized
instruction at our training centers in Washington DC, Atlanta,
Chicago, Baltimore, Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information!


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Upgrade to Adobe ColdFusion MX7 
Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs 
http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:267508
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to