moi chu bloquer au lvl3
je sais que la reponse est dans cette partie
mais je trouve pas
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";
}