--
You received this message because you are subscribed to the Google Groups "salesforce professionals" group.
To unsubscribe from this group and stop receiving emails from it, send an email to salesforce-profess...@googlegroups.com.
To post to this group, send email to salesforce-p...@googlegroups.com.
Visit this group at http://groups.google.com/group/salesforce-professionals.
For more options, visit https://groups.google.com/d/optout.
Hi Kranthi,
There is possibly a simpler solution you may want to try first. How are you displaying the web content in the <apex:iframe> tag?
Be sure you are asking for a secure website, not straight http. For example, if I specify the frame content as ‘http://www.google.com’, it will *NOT* display, and leave a blank section. If I specify the frame content as ‘httpS://www.google.com’, it will display just fine, as that is now using SSL. This should work regardless of your clickjacking setting.
Regards,
- Peter
<apex:tab label="List" name="List" id="BranchList" labelWidth="175"> <p><h2> Your <apex:outputLabel value="territory's" rendered="{!(IsUserTBMOrRBD == 'TBM')}"/><apex:outputLabel value="region's" rendered="{!(IsUserTBMOrRBD == 'RBD')}"/> national accounts top branches. You will be responsible for routine Gammagard in-services to each of these branches in 2013.</h2></p> <apex:iframe height="475" width="1400" scrolling="true" src="https://na13.salesforce.com/00Oa0000007ZsrM"/> </apex:tab>
Guide me if you have any other alternative for this.
The link in the src is a custom report link.
--
You received this message because you are subscribed to the Google Groups "salesforce professionals" group.
To unsubscribe from this group and stop receiving emails from it, send an email to salesforce-profess...@googlegroups.com.
To post to this group, send email to salesforce-p...@googlegroups.com.
Visit this group at http://groups.google.com/group/salesforce-professionals.
For more options, visit https://groups.google.com/d/optout.