ai: <SCRIPT LANGUAGE="JavaScript"> function pw() { var d1, Eingabe; d1=window.document.linkColor; Eingabe=prompt ("Please enter password"); if (Eingabe==d1) { window.location.href=String.fromCharCode(65,66,67)+".htm"; } else { window.location.href="denied.htm"; } } </SCRIPT> o solutie ar fii sa salvezi pagina local si sa inlocuiesti { window.location.href="denied.htm"; } cu: { window.location.href=String.fromCharCode(65,66,67)+".htm"; } si sa vezi ce face sau sa folosesti http://www.killersites.com/webDesignersHandbook/ascii_page2.htm unde String.fromCharCode(65,66,67)=".htm" = ABC.htm