function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Ronty AhmadRonty Ahmad 

Redirect VisualForce page insted of "Stronger Security is required" message on IE7,IE8,IE9

Hi all SalesForce Experts,
I have a VisualForce (stander registration - http://sitename.cs5.force.com/registration/) page for modern browser like IE10+,Chrome , Firefox 4 and I have another VisualForce (fall-back registration - http://sitename.cs5.force.com/fallbackregistration/) page for IE7,IE8,IE9 (older browser).

I had a JS code to detect browser and depending on browser it redirect user from stander registration page to fall-back registration. It was working fine until we switch on ssl. now when i got to my stander registration (https://sitename.cs5.force.com/registration/) on IE7 or IE9 it show me 'Strong Security is required' message . 

Can any one please help me to find out a solution for older browser (IE7,IE8,IE9) how can i redirect my stander registration page to fall-back registration page instead of showing "Strong Security is required" page.

Thanks