sir
i have a small problem please see if u can help me .I want to take
feedback from user and it should come to me through mail .But it gives
me MIME error .
ERROR:
HTTP Error 405
405 Method Not Allowed
The method specified in the Request Line is not allowed for the resource
identified by the request. Please ensure that you have the proper MIME
type set up for the resource you are requesting.
Please contact the server's administrator if this problem persists.
Source code :
<html>
<head>
<meta name="GENERATOR" content="Microsoft FrontPage 3.0">
<title>Feed-back</title>
<meta name="Microsoft Border" content="b">
</head>
<body><!--msnavigation--><table border="0" cellpadding="0"
cellspacing="0" width="100%"><tr><!--msnavigation--><td valign="top">
<form method="POST" name="FeedBack" action="mean.htm" webbot-action="--WEBBOT-SELF--">
<blockquote><big><font face="Lucida Sans Unicode"
color="#000080"><strong><em>Please
enter the required
information</em></strong></font></big></blockquote>
<p><font face="Lucida Sans Unicode" size="3"
color="#000000">Gender:
</font><font face="Lucida Sans Unicode"
size="3">
<select name="Anredeform" size="1">
<option value="Frau">f</option>
<option value="Herr">m</option>
</select></font><font face="Lucida Sans Unicode" size="3"
color="#000000">
<br>
Age ::
<input type="text" name="R_Vorname" size="16"> <br>
Name: </font><font face="Lucida Sans Unicode"
size="3">
<input type="text" name="R_Name" size="38"></font><br>
<font face="Lucida Sans Unicode" size="3"
color="#000000">TelePhone:
</font><font face="Lucida Sans Unicode"
size="3">
<input type="text" name="R_Telephon" size="15"> <br>
</font><font face="Lucida Sans Unicode" size="3"
color="#000000">Fax:
</font><font face="Lucida Sans Unicode" size="3"><input
type="text" name="R_Fax" size="18"> <br>
</font><font face="Lucida Sans Unicode" size="3"
color="#000000">e-mail:
</font><font face="Lucida Sans Unicode" size="3">
<input type="text" name="R_e_mail" size="28"></font></p>
<p><small></small></p>
<p>
<input type="submit" value="Submit" name="B1">
<input type="reset" value="Reset" name="B2">
</p>
</form>
<!--msnavigation--></td></tr><!--msnavigation--></table><!--msnavig
ation--><table border="0" cellpadding="0" cellspacing="0"
width="100%"><tr><td>
</td></tr><!--msnavigation--></table></body>
</html>
Please help