CGI Code

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have SSL, which means I use "https://" forms. However, when I click
"submit" the "Confirmation page" does not show the data in "https://". I
must use "http://" to see the data in the "confirmation page", which
eliminates the security of the SSL. Can anybody provide me with a CGI code
that will allow users to see the information they submit on the confirmation
page in https://?
 
To use the FrontPage form handler the extensions must be installed on port
443, as well as port 80.
Use Google or your favourite search engine to search for an alternative form
handler using whatever technology your host supports - ASP, asp.NET, PHP,
Perl etc.
 
Back
Top