|
Re: How to load the Search Sidebar Panel using Javascript?: msg#00035mozilla.devel.dom
Brendan Eich wrote: Robert Oschler wrote: IE documentation here http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dhtml/reference/methods/open_0.asp says that _search is supported since IE 5. A test with Opera 7.50 opens a normal window (well tabbed window with Opera's tabbed interface). I don't remember whether there is any window.open way supported by Mozilla/Netscape to open a page in the sidebar, Netscape devedge is down where I think there are articles on how to script the sidebar. xulplanet shows the following nsISidebar interface: http://xulplanet.com/references/xpcomref/ifaces/nsISidebar.html so if you do if (window.sidebar && window.sidebar.addPanel) { window.sidebar.addPanel('JavaScript FAQTS', 'http://JavaScript.FAQTS.com/', ''); } Netscape prompts for confirmation whether to add that panel to the sidebar. There is also the a method addSearchEngine supposed to add a search engine panel so I guess that is what the original poster is looking for. -- Martin Honnen http://JavaScript.FAQTs.com/ |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: Order of onload events: 00035, Martin Honnen |
|---|---|
| Next by Date: | recursive function + event : is this legal/supported ?: 00035, rvj |
| Previous by Thread: | Re: How to load the Search Sidebar Panel using Javascript?i: 00035, Brendan Eich |
| Next by Thread: | Order of onload events: 00035, Jiri Znamenacek |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |