Hallo Haary,
hier habe ich jetzt mal ein ganz normales Formular gemacht :-)) Aber wo muss ich jetzt dann wo hinschreiben ?
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Messenger</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" href="../style.css">
</head>
<body>
<h2><font color="#FF0000" size="3">Messenger - Message schreiben</font> </h2>
<form name="newmsg" action="" method="post">
<table border="0" cellspacing="3" cellpadding="0">
<tr>
<td width="100" valign="top"> <p>
<iframe width="0" height="0" frameborder="0" src="msg_rcp_check.php" name="checkframe"></iframe>
<strong><font size="3">Empfänger:</font></strong><br>
<input name="recipient" type="text" class="chatfields" id="recipient" value="">
</p> </td>
<td><p> </p></td>
</tr>
<tr>
<td colspan="2"><p><strong><br>
<font size="3">Betreff</font>:<br>
<input name="betreff" type="text" class="chatfields" id="betreff" size="52" maxlength="25">
</strong></p>
<p><br>
<strong>Nachricht:</strong><br>
<textarea name="message" cols="55" rows="4" wrap="VIRTUAL" class="chatfields" id="message"></textarea>
<br>
<input name="fud_schigga" type="button" value="Senden" class="chatfields">
</p>
</td>
</tr>
</table>
</form>
</body>
</html>