
<script type="text/javascript"> function dodaj() { var tytul = 'jakis tam tytul'; var adres = 'http://costam costam; //FireFox if (window.sidebar) { window.sidebar.addPanel(tytul, adres, ""); //IE } else if (window.external) { window.external.AddFavorite(adres, tytul); //Opera } else if (window.opera && window.print) { var a = document.createElement('a'); a.setAttribute('href', adres); a.setAttribute('title', tytul); a.setAttribute('rel','sidebar'); a.click(); } } if (window.external || window.sidebar || (window.opera && window.print) ) { document.writeln(''); } </script>
...ale niestety nie dziala w operze i firefoxie

PS. Tak wogole to ciezko dopasowac strone pod kazda przegladarke :-/ na IE nie ma problemu gorzej z opera i mozilla.