Hi @All,
wie krieg ich die Login Box in das Rote Feld?
//Hier der Code:
Code
<!--
function passwort( ) {
location.href="login/" + document.pwort.us.value + "_" + document.pwort.pw.value + "/start.html";
}
//-->
</script>
<form name="pwort" action="javascript: passwort();">
<br>Benutzer:
<input name="us" size="20">
<br>Passwort:
<input type="password" name="pw" size="20">
<input type="submit" value="Login" onclick="passwort()" name="button" >
</form></font>
Alles anzeigen