> However, when I submit my log in info, I get this error:
> HTTP 405 - Resource not allowed
> 
> The page is set so that if the user isn't logged in, it 
> shows them the log in form. The log inform POSTs to itself 
> (action="#cgi.script_name#"), and the URL displayed when 
> I get the error is:
> http://eto.uh.edu/admin/#cgi.script_name#
> 
> (The URL for the log in form is: /admin. If you're already 
> logged in, then instead of the log in form, you see a list 
> of available applications based on your security settings).

My guess is that, in your HTML form, you have something like this:

<form action="#CGI.SCRIPT_NAME#" method="post">

when you should have something like this:

<cfoutput>
<form action="#CGI.SCRIPT_NAME#" method="post">
</cfoutput>

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

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to