nochmal passwort <<---geklärt
also ich hab ne frage :
:arrow:
also das ist der html code für eine passwortabfrage. so aber wie ist das passwort?
also ich hab ne frage :
:arrow:
Code:
<html>
<BODY TEXT="#FFFFFF" LINK="#FFFFFF" VLINK="#999999" ALINK="#00FF00" BGCOLOR="#000000">
<Center>
<script LANGUAGE="JavaScript">
function dialog3() {
var stop ="ende"
stop = prompt("Der String \'ende\' beendet diese Schleife.","")
while (stop != "ende") {
stop = prompt("Um diese Schleife zu beenden, geben Sie \'ende\' ein.","")
}
alert("Die Schleife ist nun beendet.")
}
//-->
</script>
<form>
<div align="center"><center>
<font face="Verdana">
<input TYPE="BUTTON" VALUE=" Hier drücken " onClick="dialog3()"> </font></p>
</center></div>
</form>
</center>
</body>
</html>
also das ist der html code für eine passwortabfrage. so aber wie ist das passwort?