Problem mit JavaScript function pwtest
hallo ich und meine Kumpels spielen untereinnader son kleines spiel das heißt einer schreibt was und die anderen wollen es sagen wir ma (hacken).
Hätte jemand ne idee wie ich bei diesem quelltext an das pw komm
Hätte jemand ne idee wie ich bei diesem quelltext an das pw komm
<html>
<head>
<script LANGUAGE="JavaScript">
<!-- Begin
function pwtest() {
var file;
var password;
password=this.document.form.inputbox.value
file=password + ".htm"
location = file
}
// End -->
</script>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Try to hack- Hacker-Game</title>
</head>
<body stylesrc="xyz.htm" bgcolor="#E9E9E9" link="#000000" vlink="#000000" alink="#000000">
<form NAME="form">
<p><font size="6" face="Arial">Level 8</font></p>
<p><font face="Arial">Bitte gib das richtige Passwort ein: <input TYPE="password" NAME="inputbox" size="20"">
<input TYPE="button" NAME="button" Value="weiter" onClick="pwtest(this.form)"></font></p>
</form>
</body>
</html>
Bitte markiere auch die Kommentare, die zur Lösung des Beitrags beigetragen haben
Content-ID: 71696
Url: https://administrator.de/contentid/71696
Ausgedruckt am: 22.11.2024 um 16:11 Uhr
1 Kommentar