Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

HTTP Error 405

Status
Not open for further replies.

jhm11

Programmer
Apr 3, 2001
4
CL
that it happens?
it is first time that happens to me!
when send form!!

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.
 
this is the form!!

cfform name="consulta" action="send.cfm?id=#id#" method="post">
<table>
<tr><td><img border=&quot;0&quot; src=&quot;images/x.gif&quot; WIDTH=&quot;5&quot; HEIGHT=&quot;3&quot;><img
src=&quot;sitios/inom.gif&quot;><cfinput type=&quot;text&quot; name=&quot;nombre&quot; size=&quot;40&quot;
required=&quot;yes&quot; message=&quot;Debe ingresar su Nombre&quot;></td></tr>
<tr><td><img border=&quot;0&quot; src=&quot;images/x.gif&quot; WIDTH=&quot;5&quot; HEIGHT=&quot;3&quot;><img
src=&quot;sitios/iemail.gif&quot;><cfinput type=&quot;text&quot; name=&quot;email&quot; size=&quot;40&quot;
required=&quot;yes&quot; message=&quot;Debe ingresar su E-mail&quot;></td></tr>
<tr><td><img border=&quot;0&quot; src=&quot;images/x.gif&quot; WIDTH=&quot;5&quot; HEIGHT=&quot;3&quot;><img
src=&quot;sitios/icon.gif&quot;></td></tr>
<tr><td><img border=&quot;0&quot; src=&quot;images/x.gif&quot; WIDTH=&quot;5&quot;
HEIGHT=&quot;3&quot;><textarea name=&quot;consulta&quot; rows=&quot;4&quot;
cols=&quot;45&quot;></textarea></td></tr>
<tr><td align=&quot;center&quot;><img border=&quot;0&quot; src=&quot;images/x.gif&quot; WIDTH=&quot;2&quot;
HEIGHT=&quot;17&quot;><br><INPUT TYPE=&quot;image&quot; SRC=&quot;sitios/econ.gif&quot; WIDTH=&quot;119&quot;
HEIGHT=&quot;16&quot; BORDER=&quot;0&quot; NAME=&quot;image&quot;></td></tr>
</table>
</cfform>
 
Try changing &quot;id=#id#&quot; to &quot;id=#urlencodedformat(id)#&quot; and see what happens. If you still get the error, please copy and past the url in your browser's location box so I can see how it reads after you've submitted the form. It should be something like &quot;
GJ
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top