Hallo
Suche eine einfache absicherung für
meinen geschützen Bereich.
Habe auch schon das passende gefunden.
Nur wenn ich die Anwendung starte
komme ich nicht auf meine Seite.
<html>
<head>
<title>Login</title>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<meta name="author" content="gnubbel">
<meta name="robots" content="noindex">
<script type="text/javascript">
<!--
function weiter() { self.location.href = document.login.passwort.value + ".html";
}
//-->
</script>
</head>
<body onload="document.login.passwort.focus();">
<a name="top">
<table align="center" width="620" border="0" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="620"><h1 align="center">Interner Bereich</h1></td>
</tr>
<tr>
<td><br><br><br><br><br><form name="login" action="javascript:weiter()" method="post">
<table align="center" border="1" bordercolor="#339966" cellpadding="10" cellspacing="0">
<tr>
<td>Password: <input type="password" name="passwort">
<input type="submit" value="Login" style="color:#ffffff; font-weight:bold; background:#339966" onclick="this.blur();"></td>
</tr>
</table></form>
</td></tr>
</table>
</body>
</html>
Wo ist der Fehler?
Bitte um Hilfe
Suche eine einfache absicherung für
meinen geschützen Bereich.
Habe auch schon das passende gefunden.
Nur wenn ich die Anwendung starte
komme ich nicht auf meine Seite.
<html>
<head>
<title>Login</title>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<meta name="author" content="gnubbel">
<meta name="robots" content="noindex">
<script type="text/javascript">
<!--
function weiter() { self.location.href = document.login.passwort.value + ".html";
}
//-->
</script>
</head>
<body onload="document.login.passwort.focus();">
<a name="top">
<table align="center" width="620" border="0" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="620"><h1 align="center">Interner Bereich</h1></td>
</tr>
<tr>
<td><br><br><br><br><br><form name="login" action="javascript:weiter()" method="post">
<table align="center" border="1" bordercolor="#339966" cellpadding="10" cellspacing="0">
<tr>
<td>Password: <input type="password" name="passwort">
<input type="submit" value="Login" style="color:#ffffff; font-weight:bold; background:#339966" onclick="this.blur();"></td>
</tr>
</table></form>
</td></tr>
</table>
</body>
</html>
Wo ist der Fehler?
Bitte um Hilfe