Hi, ich habe folgendes Problemich habe ein Formular zur registrierung an einem internem bereich die eintragungen funktionieren alle nur möchte ich das eine eigene bestätigungsseite angezeigt wird. Im moment geht der Link zur seite xx auf soll ager auf yy ich stelle mal den Quelltext ein.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>
Anmeldeformular
</title>
<style type="text/css">
<!--
ul,body,p,td,tr,table,ol,div{
font-size:12px;
font-family:Verdana;
}
a:link{
color:black;
text-decoration:underline;
font-size: 11px;
display:inline;
}
a:visited{
color:black;
text-decoration:underline;
font-size: 11px;
display:inline;
}
a:hover{
text-decoration:none;
background-color:gray;
color:white;
font-size: 11px;
display:inline;
}
a:active{
color:white;
text-decoration:underline;
font-size: 11px;
display:inline;
}
.input{
border-bottom: black 1px solid;
border-left: #297394 1px solid;
border-right: black 1px solid;
border-top: #297394 1px solid;
font-family:Verdana;
font-size: 10px;
text-align:left;
padding-left:5px;
padding-top:2px;
padding-bottom:2px;
font-weight:bolder;
color:black;
background-color:#CAD3EB;
cursor:hand;
display:inline;
}
form{
display:inline;
}
.err {
color:red;
}
-->
</style>
<base target="_self">
<style fprolloverstyle>A:hover {color: red; font-weight: bold}
</style>
</head>
<body link="#FFCC00" vlink="#FFCC00" alink="#FFCC00" background="Backgroundbilder/Haupthintergrund.jpg" style="background-attachment: fixed">
<table width="800">
<tr>
<td width="180" align="left">
<font color="#FFCC00">
<!--
-->
</font>
</td>
<td align="left">
<font color="#FFCC00">Anmeldeformular
</font>
</td>
</tr>
</table>
<font color="#FFCC00">
</font>
<table width="800" cellspacing="10" >
<tr>
<td width="120" align="left" valign="top">
<table width="100%">
<td align="left" valign="top">
<form action="xxxxxxxxxxxxxxxxxx" method="POST" target="_self">
<table>
<tr>
<td></td>
<td class="err"><font color="#FFCC00">
</font></td>
</TR>
<tr>
<td><font color="#FFCC00">Benutzername*:</font></td>
<td><font color="#FFCC00"><input type="text" name="username" size="30" value=""></input></font></td>
</tr>
<tr>
<td><font color="#FFCC00">Name:</font></td>
<td><font color="#FFCC00"><input type="text" name="name" size="30" value=""></input></font></td>
</tr>
<tr>
<td><font color="#FFCC00">Vorname:</font></td>
<td><font color="#FFCC00"><input type="text" name="vname" size="30" value=""></input></font></td>
</tr>
<tr>
<td><font color="#FFCC00">E-Mail</font></td>
<td><font color="#FFCC00"><input type="text" name="email" size="30" value=""></input></font></td>
</tr>
<tr>
<td><font color="#FFCC00">Passwort*:</font></td>
<td><font color="#FFCC00"><input type="text" name="pass" size="30" value=""></input></font></td>
</tr>
<tr>
<td valign="top"><font color="#FFCC00">Kommentar:</font></td>
<td>
<font color="#FFCC00">
<textarea name="komentar" cols="30" rows="4"></textarea>
</font>
</td>
</tr>
<tr>
<td></td>
<td><font color="#FFCC00"><input type="submit" value="speichern"></input></font></td>
</tr>
</table>
<font color="#FFCC00">
<input type="hidden" name="action" value="save_new_user"></font>
<font color="#FFCC00"></input>
<input type="hidden" name="uid" value=""></input>
</font>
</form>
<font color="#FFCC00">
*Bitte beachten Sie, dass Benutzernamen und Passworte keine Sonderzeichen enthalten dürfen.
Erlaubte Zeichen sind ausschließlich Klein- und Großbuchstaben sowie Zahlen. Die Mindestlänge
für Benutzernamen beträgt 5 Zeichen.
Das Ändern des Benutzernamens für einen bereits angelegten Benutzer ist nicht möglich.
</font>
</td>
</tr>
</table>
</body>
</html>
Die Seite auf der ich im moment raus komme habe ich mit xxxxxxx gekenzeichnet