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
cnp_nareshcnp_naresh 

IN IE 9 popup is not working

HI Every body,

 

    I have a popup registration form(VF page), in sites. Users will register from that popup registration form. This working fine in all browsers but not in IE9 compatibility mode. IN IE 9, the popup is coming, but after entering the data, when we click save button, record is not saving in the database.

 

    Have anybody come across the same issue? Please let me know how you resolved.

 

 

   If you need any more information, please let me know.

 

Thanks,

Naresh B 

cloudmaniacloudmania

Do you use jquery for this requirement?

cnp_nareshcnp_naresh

No I am not using Jquery for popup. I am using css and apex only for popup and with commadbutton and action I am saving the record in database.

 

Thanks,

Naresh B

NiketNiket

try disabling the "Development Mode" check box in profile setting.

cnp_nareshcnp_naresh

This visualforce page is in Sites. Through "Sites" concept, I am displaying this form to the users. So I think development mode may not be effected here. Let me try once.

 

Thanks,

Naresh