I have the following line within a CGI file:
<form method="POST" action="login-providers.shtml">
When i click the SUBMIT button, i get error "HTTP 405" which means that the POST method is not allowed for SHTML files.
How do i setup the server to allow shtml files to accept the POST method...
I have been working with a SHTML page that has a command like this:
<!--#set var="SOMETHING" value="AVALUE"-->
For some reason the VAR SOMETHING isn't storing AVALUE.
(regardless of what i set/name them as).
In other words, if i was to do the following
<!--#set var="SOMETHING"...
I am writing in regards to a similar post made on http://lists.evolt.org/archive/Week-of-Mon-20050124/168328.html
I have been trying to find out (for the past 12 hours) how to do what you are explaining in the above link.
Right now I have the following:
<!--#set var="body"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.