Hey peter11, try this: Just add the email address in question to the action tag ok?? The email that goes in there should be the one that recives[/red] the email, ok??
<html>
<head>
<title>E-mail Form</title>
</head>
<body bgcolor="#FFFFFF">
<form method="post" action="mailto:email@xxx.com"[/red]>
<p>Enter URL:
<input type="text" name="textfield" size="45" maxlength="45">
</p>
<p>
<input type="submit" name="Submit" value="Enter">
<input type="reset" name="Submit2" value="Reset">
</p>
</form>
</body>
</html>