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
ameghamegh 

ApexPages.currentPage().getParameters().get() is not working for IE

Hi All

 

I am using recaptcha on my visualforce page.And in controller i am using ApexPages.currentPage().getParameters().get('recaptcha_response_field') and ApexPages.currentPage().getParameters().get('recaptcha_challenge_field') to get the value of input of captcha.Its working fine for Chrome and Firefox.But for IE i am getting these value null.

 

Any idea?

 

Thanks 

Anil