onsubmit="pruefen(); return false;"
so erzielte ich das von dir gewünschte Ergebnis.
So, das habe ich jetzt auch probiert
Solange es nur bei dir auf einer kleinen Seite ist mag das nicht sonderlich
schlimm sein. Erstellst du allerdings eine "offizielle Website" für eine
Firma oÄ, so wäre es doch schon schlimm.
Natürlich nicht. Mit meinem Wissen würde ich mich da nie ranwagen ;-)
Jetzt habe ich folgenden Code, aber es geht immer noch nicht. schluchz:
CODE START
<html>
<head>
<meta http-equiv="Content-Language" content="de">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>Forum Login</title>
</head>
<body>
<script language="Javascript">
<!--
function pruefen()
{
var ST;
ST="http://www." + this.document.form.T1.value + ".de";
alert(ST);
window.URL = ST;
}
-->
</script>
<font color="#000080" size="6"><b>Forum Login</b></font>
<hr>
<b><font color="#808080" size="3">
Ab sofort wird für die Benutzung des Forums ein Passwort benötigt.</font></b><br><br>
<br>
<div align="left">
<table border="1" cellspacing="1" width="322" height="1" bordercolor="#808080">
<tr>
<td width="322" height="19" bordercolor="#FFFFFF" bgcolor="#C0C0C0"><font color="#000080"><b><i> Forum
- Login</i></b></font></td>
</tr>
<tr>
<td width="322" height="1" bordercolor="#FFFFFF">
<form NAME="form" onsubmit="pruefen(); return false;">
<br>
<p align="center"><input type="password" name="T1" style="background-color: #FFFFFF; color: #000080; border: 1 solid #808080" size="33">
<input type="submit" value="Login" name="Login" style="background-color: #FFFFFF; color: #000080; border: 1 solid #808080"></p>
</form>
</td>
</tr>
</table>
</div>
</body>
</html>
CODE ENDE
Olli