Wrox Home  
Search P2P Archive for: Go

  Return to Index  

access_asp thread: MIME ERROR


Message #1 by "bindiya" <bindiya@d...> on Wed, 24 Oct 2001 05:01:09 +0530
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:&nbsp;&nbsp;&nbsp;

          </font><font face="Lucida Sans Unicode" 

size="3">&nbsp;&nbsp;&nbsp;

          <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">

  &nbsp;&nbsp;&nbsp; <br>

          Age :: &nbsp;&nbsp;&nbsp;&nbsp;

          <input type="text" name="R_Vorname" size="16">&nbsp;<br>

  Name:&nbsp;&nbsp;&nbsp; </font><font face="Lucida Sans Unicode" 

size="3">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;

  <input type="text" name="R_Name" size="38"></font><br>

          <font face="Lucida Sans Unicode" size="3" 

color="#000000">TelePhone:&nbsp;&nbsp;&nbsp;

          </font><font face="Lucida Sans Unicode" 

size="3">&nbsp;&nbsp;

          <input type="text" name="R_Telephon" size="15"> <br>

  </font><font face="Lucida Sans Unicode" size="3" 

color="#000000">Fax:

  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 

</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:&nbsp;&nbsp;&nbsp;

  </font><font face="Lucida Sans Unicode" size="3">&nbsp; &nbsp; 

<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>

&nbsp;<!--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

  Return to Index