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
VinnySusanthVinnySusanth 

Command Links not working in IE

Hi Everyone,

 

I have a strange issue with the command links in Internet Explorer(6.0 and 7.0).

 

I have created a  visualforce page which has 2 command links.On clicking the command links,it  should takes me to the respective Url's.(Clicking on Link1 takes me to Site1 and clicking on Link2 takes to Site2).This works fine in Mozilla.

 

But in IE,if i click on the link1,it takes me to the site1.Again when i click on link2,it  navigates to site1(instead of site2).

 

Below is the code of my visualforce page:

 

<apex:form >

<li class="link">

   <apex:commandLink target="_blank" action="{!createLinkRelatedResources_Partner}" >{!$Label.Becoming_a_Partner}    </apex:commandLink></li>

<li class="link"><apex:commandLink target="_blank" action="{!createLinkRelatedResources_Contact}" >{!$Label.Contact_Us}</apex:commandLink></li>

</apex:form>

 

 

Is it that i am missing something?.

 

 

Thanks & Regards,

Vineetha

yvk431yvk431

Hi, got any work around for this

nagalakshminagalakshmi

Hi YVK,

 

I am also facing the same issue. Did you solve this issue. If solved, Please help me out.

 

Thanks,

Lakshmi