<html>
<head>
<title>Formular</title>
<SCRIPT type="text/javascript">
<!--
function Formular()
{
with(document.form1)
{
text1.value = top.location.href;
}
}
//-->
</SCRIPT>
</head>
<BODY onLoad="Formular()">
<form action="http://service-webcreativ.de/f2m/f2m.php3" method="POST" name="form1">
<p align="left">Kontaktformular</p>
<p>
<INPUT readonly type="text" name="text1" value="" size="85"></input>
<input type="hidden" name="mailto" value="meine@adresse.com">
<input type="hidden" name="antworturl" value"">
</p>
<div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="526">
<tr>
<td width="139">
<strong>Name</strong></td>
<td width="384">
<input type="text" name="name" size="20"></td>
</tr>
</table>
</center>
</div>
<p align="center">
<input type="submit" value="Senden" name="B1">
<input type="reset" value="Löschen" name="B2"><br>
<small><small><a href="http://webcreativ.com/">Der kostenlose Formular-Service von <font face="Comic Sans MS"><b>
<font color="#CC0000">Web</font>creativ</b></font></a></small></small>
</form>
</body>
</html> |