dans le niveau trois, on voit:
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";
}
on voit que si Eingabe est égal à d1, on pass au niveau suivant, c ça en gros.
On voit que d1 est égal à window.document.linkColor < il faut que tu trouve tout seul maintenant