> I have a form. I have an action page.
> When I fill out the form (which is simple form), I am
> getting an error as follows:
>
> HTTP Error 405
> 405 Method Not Allowed

Typically, this happens when you forget to specify the extension of the file
in your FORM tag. For example, if your action page were "foo.cfm":

<form action="foo" method="post">

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to