Re: Close browser from inside HTML-context (using a specific firefox-profile)?
Daniel Wagner <[email protected]> Thu, 10 Nov 2005 21:18:22 -0800
| Newsgroups | gmane.comp.mozilla.devel.windows |
|---|---|
| Organization | Another Netscape Collabra Server User |
| Message-ID | <dl19iv$5ai$1__27653.9614810192$1131686914$gmane$org@news.Stanford.EDU> |
[email protected] wrote: > Is there any chance to edit the profile in such a way that javascript > (on this spefic profile) is allowed to close the whole application by > "self.close()" Just don't open any tabs and that will work. (Or you might need a window.self.close() or something like that.) ~d