I have cgi script that is INCLUDEd in a web page:

page.html:

<html><head></head><body>

<!--#exec cgi="/cgi-bin/nb.cgi" -->

</body></html>

The script prints out a form. When the form's method attribute is GET ie 
<form method="post" action="page.html">, it works fine, but I want to process 
a password, so I need to POST to page.html When I do, I get a 405 error:

The requested method POST is not allowed for the URL /page.html.

Is there any way I can POST to a .html URL? I am running Apache/1.3.20 Server 
on Win 98. 

Thanks,

David.



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to