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
Shri RajShri Raj 

Command Link not Working on Internet Explorer.

Hello, 
I'm noticing a problem with the Command Link Tag. 

I have a command link which redirects to the Campaing Standard Object. When i hit on the Link I'm noticing two problems. 

1. I'm not able to add the Inline edit functionality. The field is getting locked though the Page block has mode="inlineEdit"
2. When i click on the link especially in Internet Explorer. The whole standard Campaign page alignment is going off. This is working absolutely well in Chrome and Firefox. Please suggest. 

<apex:column HeaderValue="{!$ObjectType.Campaign.fields.Name.Label}">
     <apex:facet name="header">
      <apex:commandLink action="{!querySortData}" value="{!$ObjectType.Campaign.fields.Name.Label}{!IF(sortExpression ='Name' &&     sortDirection='ASC','▼','▲')}"  status="loading"  reRender="pb,js">
       <apex:param value="Name" name="column" assignTo="{!sortExpression}" ></apex:param>
      </apex:commandLink>
     </apex:facet>
     <apex:outputLink styleClass="actionLink"   value="/{!cw.camp.Id}" onClick="return openCampaign('{!cw.camp.Id}');">{!cw.camp.Name}</apex:outputLink>
    </apex:column>

Vinita_SFDCVinita_SFDC
Hi,

Please try following options:

1) Use only one <form> tag in your page

2) Check for standard browser settings for IE supported by salesforce.

http://help.salesforce.com/help/pdfs/en/salesforce_supported_browsers_cheatsheet.pdf