Help window.open() crosssite.scripting ERROR in FF
Help window.open() crosssite.scripting ERROR in FF
Hey....
a longtime known bug from Firefox....
I'm using firefox 1.5.0.9 and if I open a well working page with a treeview in a popup I get following error with a HTTPXml request
[Exception... "'Permission denied to call method XMLHttpRequest.open' when calling method: [nsIDOMEventListener::handleEvent]" nsresult: "0x8057001e (NS_ERROR_XPC_JS_THREW_STRING)" location: "<unknown>" data: no]
as this library is the best and there are so many options in it...
can I set any option that this error doesn't occure?
I think its a problem with crossite scripting in ff... but who knows.
This error doesn't occur if iI reload the window.. just when I click on the link with the window.open() function.
PLEASE HELP... whole World would appreciate a sollution
You can't access another domain via XHR - it's not a FF bug. IE may let you do it after putting a warning initially. You can load data into an iframe from another domain.