i have the same problem with ab123 but the form action i use mailto: and it need to open the outlook express in my computer to submit the form.if i don't want it to open my outlook express and straight away submit the form to the email address that i want and after submitting the form,the visitor'll be taken to another page which is a thank you page.Can this be settle?please help cause i'm new to this.Thank you.Here is the simple coding that i create for the form.
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>Untitled Document</title>
</head>
<body>
<form name="frmCustomer" method="post" enctype="text/plain" action="mailto:beebee_kok@yahoo.com">
<p>Customer Name
<input name="txtCustomerName" type="text" id="txtCustomerName">
</p>
<p>Customer ID
<input name="txtCustomerID" type="text" id="txtCustomerID">
</p>
<p>Email
<input name="txtEmail" type="text" id="txtEmail">
</p>
<p>
<input type="submit" name="Submit" value="Submit">
</p>
</form>
</body>
</html>
p/s

lease tell me in details in which line i should correct it.thanks.^-^