how to Post encrypted data from http page to https page?

Wiring

New Member
We have a site which was not using SSL and SSL just have been introduced into it. We are implementing SSL just on login page but site was providing two places to login 1) login page and 2) a login widget on home page.We don't want home page to be using https and SSL.There need to pass user id and password from Home Page Login widget to back end in encrypted format.Please guide how it can be done ? Can it be done if somehow I put https: in action url and/ or make form method post ? Using Ajax or any other method please ?Kindly advice me how it can be done ?Thanks a lot.
 
Back
Top