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
Max Alexander 19Max Alexander 19 

stop visualforce page redirecting to new window in iframe

I have followin page embeeded in case object
apex:page standardController="case" >
 <iframe  id="theIframe" name="theIframe" src="https://cs6.salesforce.com/{!case.Desk_com_Case__c}" scrolling="true" height="1588px" width="100%"> </iframe> 
</apex:page>

idea is to display related desk.com case, however when i open that case it just redirects to the desk.com case record,
how woudl i display normal case and desk.com case in that iframe without redirection