How can I open a browser (i.e. Firefox, Chrome, IE, etc.) window from an XUL application?
I've tried the obvious window.open(url, "_blank")
but the only effect this has is to close the current XUL window (!). A long trawl of Google hasn't produced anything fruitful either.
Just to make things clear, what I want is to open a URL in the user's default browser. I don't want to open the URL in my XUL application.