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
Nithya S 1Nithya S 1 

Save button not working in IE

Hi all,
I have a VF page with a save button using only the standard controller. When the save button is clicked, the entire page was being loaded in the VF section. 
So, I tried using the commandlink with the target_parent like -
<apex:commandLink value="Save" action="{!save}" target="_parent" styleClass="btn">
This worked fine in Chrome and Firefox but didn't work in IE despite checking all settings on IE. It opened a new window in IE with just the VF page.

So, I modified this to a command button using code similar to -
http://stackoverflow.com/questions/11552514/visualforce-page-embedded-in-a-detail-page-that-needs-to-redirect-to-other-page

But this doesn't work in IE. The record is not being saved at all.
Need help!

 
PratikPratik (Salesforce Developers) 
Hi Nithya,

Have you tried configuring IE settings recomended by Salesforce. 
https://help.salesforce.com/HTViewHelpDoc?id=getstart_browser_ie.htm&language=en_US

Also check this post:
https://developer.salesforce.com/forums/ForumsMain?id=906F000000096Q2IAI

Thanks,
Pratik