07.01.2008, 18:36
hier schau ma:da is nix ähnliches im form tag
Code:
{!DOCTYPE}
<html>
<head>
<title>Antwort erstellen</title>
</head>
<body>
<br>$preview_window $addreply_error
<form action="addreply.php" method="post" name="bbform" onSubmit="return validate(this)">
<B>Antwort erstellen</B></font><br>
<normalfont>Benutzername:
$newthread_username<br>
<normalfont>Thema:</font><br>
<input class="input" type="text" name="topic" value="$topic" SIZE=40 MAXLENGTH=10><br>
Nachricht:
<smallfont>$note</font>
<textarea name="message" rows=15 cols=60 wrap="soft" onChange=getActiveText(this) onclick=getActiveText(this) onFocus=getActiveText(this)>$message</textarea><br></font>
<p align="center">
<input type="hidden" name="send" value="send">
<input type="hidden" name="threadid" value="$threadid">
<input type="hidden" name="postid" value="$postid">
<input type="hidden" name="sid" value="$session[hash]">
<input class="input" type="submit" name="submit" accesskey="S" value="Antwort erstellen">
<input class="input" type="submit" name="preview" accesskey="P" value="Vorschau">
<input class="input" type="reset" accesskey="R" value="Zurücksetzen">
</p></form>
</body>
</html>