View previous topic :: View next topic |
Author |
Message |
steph@designmatters.com
Joined: 16 Oct 2006 Posts: 1
|
Posted: Wed Nov 15, 2006 3:03 pm Post subject: This page cannot be displayed |
|
|
Upon trying out a new form after hitting submit I am taken to this error message:
The page cannot be displayed
The page you are looking for cannot be displayed because an invalid method (HTTP verb) was used to attempt access.
Please try the following:
* Contact the Web site administrator if you believe that this request should be allowed.
* Make sure that the Web site address displayed in the address bar of your browser is spelled and formatted correctly.
HTTP Error 405 - The HTTP verb used to access this page is not allowed.
Internet Information Services (IIS)
Technical Information (for support personnel)
* Go to Microsoft Product Support Services and perform a title search for the words HTTP and 405.
* Open IIS Help, which is accessible in IIS Manager (inetmgr), and search for topics titled Setting Application Mappings, Securing Your Site with Web Site Permissions, and About Custom Error Messages.
The form is here:
http://keyboardwest.com/contact_us.html
the contact form is titled: keyboardwest redo 11/15/06
Please let me know if you have any suggestions???? |
|
Back to top |
|
 |
mycontac Site Admin
Joined: 31 Dec 2003 Posts: 2860
|
Posted: Thu Nov 16, 2006 9:48 am Post subject: Reply |
|
|
It appears that you have fixed the problem.
Sincerely,
Nick Ladd
myContactForm.com |
|
Back to top |
|
 |
julesNDC
Joined: 28 Nov 2006 Posts: 3
|
Posted: Tue Nov 28, 2006 7:54 am Post subject: |
|
|
I am getting the exact error. Waht was the fix?
Thanks. |
|
Back to top |
|
 |
mycontac Site Admin
Joined: 31 Dec 2003 Posts: 2860
|
Posted: Tue Nov 28, 2006 8:37 am Post subject: Reply |
|
|
What is the location of your form? The most likely problem is an error in the HTML that sits on your page. Please re-copy and paste the HTML we've provided. If this doesn't work, please reply to this thread with the URL of your form.
Sincerely,
Nick Ladd
myContactForm.com |
|
Back to top |
|
 |
julesNDC
Joined: 28 Nov 2006 Posts: 3
|
Posted: Tue Nov 28, 2006 11:52 am Post subject: |
|
|
This is a private intranet page that we are trying to enable a search page of a subfolder of this page location |
|
Back to top |
|
 |
mycontac Site Admin
Joined: 31 Dec 2003 Posts: 2860
|
Posted: Wed Nov 29, 2006 8:28 am Post subject: Reply |
|
|
I'm sorry, but if I cannot view the actual page, I cannot assist you.
Sincerely,
Nick Ladd
myContactForm.com |
|
Back to top |
|
 |
julesNDC
Joined: 28 Nov 2006 Posts: 3
|
Posted: Wed Nov 29, 2006 8:32 am Post subject: |
|
|
bummer, any general idea of where I need to look for the problem or what to look for? Could it be an IIS setting?
Thanks. |
|
Back to top |
|
 |
mycontac Site Admin
Joined: 31 Dec 2003 Posts: 2860
|
Posted: Thu Nov 30, 2006 8:51 am Post subject: Reply |
|
|
I am guessing that the problem is in the opening <form> tag, under where it says "action= .... ". It should say:
Code: |
<form name="contactForm" method="post" action="http://www.mycontactform.com/sendform/sendform.php"> |
Good luck. It could be an IIS setting too (particulary if form posts are not allowed) |
|
Back to top |
|
 |
|