home *** CD-ROM | disk | FTP | other *** search
- /* from Netscape Sidebar Developer's Guide */
- function enableSidebar() {
- if ((typeof window.sidebar == "object") &&
- (typeof window.sidebar.addPanel == "function")) {
- window.sidebar.addPanel ("ROOT.cz",
- "http://www.root.cz/sidebar.php4","");
- } else {
- var rv = window.confirm("Sidebar je urΦen pouze pro prohlφ╛eΦ " +
- "Mozilla nebo kompatibilnφ. " +
- "Chcete si stßhnout Mozillu?");
- if (rv)
- document.location.href = "http://www.mozilla.org/";
- }
- }
-