Hallo!
Ich habe folgendes Script gefunden:
function pruefen(){d=prompt ("Geschützter Bereich! Bitte das Kennwort eingeben!", "Kennwort");
a=String.fromCharCode(115,99);
b=String.fromCharCode(108,101);
c=document.title;
i=a;
a=i.concat(String.fromCharCode(104))...