Начало
Навигация
Sidebar
Теперь Вы можете добавить ссылки на ваш Netscape 6 боковой панели .
Add JavaScripts to Netscape 6 sidebar
JavaScript Navigation: Sidebar
<!-- TWO STEPS TO INSTALL SIDEBAR: 1. Copy the coding into the HEAD of your HTML document 2. Add the last code into the BODY of your HTML document --> <!-- STEP ONE: Paste this code into the HEAD of your HTML document --> <HEAD> <SCRIPT LANGUAGE="JavaScript"> <! > <! > <!-- Begin function addToBar() { if(window.sidebar&&window.sidebar.addPanel) window.sidebar.addPanel(document.title,"http://javascriptlist.narod.ru",""); else alert('This works for Netscape 6 only.'); } // End --> </script> </HEAD> <!-- STEP TWO: Copy this code into the BODY of your HTML document --> <BODY> <a href="javascript:addToBar()">Add JavaScripts to Netscape 6 sidebar</a> <!-- Script Size: 1.03 KB -->