Chce zeby kazdy link otwieral pop-upa, chcialem to rozwiazac prostym sposobem zeby nie do kazdego linku wstawiac caly skrypt, ale cos mi nie dziala o to moj kod, prosze o pomoc gdzie popelnilem blad?
<?php <script language="JavaScript">function otworz(adres) { noweOkno = window.open(adres, 'okienko', 'menubar=no, toolbar=no, location=no, scrollbars=no, resizable=no, status=no, wid
th=180, height=200, left=30, top=30') noweOkno.focus() }</script> <a href="javasript:otworz('index.htm')">Strona 1</a> <a href="javasript:otworz('strona2.htm')">Strona 2</a> <a href="javasript:otworz('strona3.htm')">Strona 3</a> ?>