CINXE.COM
Interaktywna Ksi笨ka Teleadresowa
<script language=javascript> function alertA(){ alert('ok'); return false; } function usun(polecenie){ if(confirm("Czy na pewno chcesz usunac dane?")) { document.location.href=polecenie; }else{ return false; } } function otworzOkno(link) { open(link,"DisplayWindow","toolbar=no,directories=no,menubar=no,width=500,height=200,left=150,top=150"); } function sfocus() { document.formbasic.nazwisko.focus(); return false; } function tekst(AField) { var tmp = AField.value; while(tmp.indexOf(' ') != -1){ tmp = tmp.replace(' ',' '); } if(tmp.indexOf(" ") == "0"){ tmp = tmp.substring(1); } if(tmp.lastIndexOf(" ") == tmp.length - 1){ tmp = tmp.substring(0,tmp.length - 1); } AField.value = tmp; } </script> <html lang="pl"> <head> <title>Interaktywna Ksi笨ka Teleadresowa</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2"> </head> <body> I'm running. Access denied! </body> </html>