View Single Post
Old 03-18-2012, 10:43 PM   PM User | #24
Old Pedant
Supreme Master coder!

 
Old Pedant's Avatar
 
Join Date: Feb 2009
Posts: 23,187
Thanks: 59
Thanked 3,995 Times in 3,964 Posts
Old Pedant is a name known to allOld Pedant is a name known to allOld Pedant is a name known to allOld Pedant is a name known to allOld Pedant is a name known to allOld Pedant is a name known to all
But, as I told you, your SUBMIT button doesn't work because of the method="post"

WHen you get to the "done.html" page, you get a 405 error, which says this:
Quote:
HTTP Error 405 - The HTTP verb used to access this page is not allowed.
The "verb" in question is "post" (instead of "get"). HTML is not allowed to process "post" requests.

Okay?
__________________
An optimist sees the glass as half full.
A pessimist sees the glass as half empty.
A realist drinks it no matter how much there is.
Old Pedant is offline   Reply With Quote