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
alaschgarialaschgari 

Change height of embedded VFP in Standard Layout

Hey SFDC champions!

I want to implement the following scenario:

 

1. Part: done

+ Opportunity has contract childs

+ Opportunity layout has an embedded VF Page with jQuery Tabs

+ Every tab represents 1 contract child object

 

2. Part: solution is needed

+ If opportunity has more than 0 contracts, then show VFPage in full size (height of iFrame = 750px)

+ If opportunity has 0 contracts, then show VFPage in small size (height of iFrame = 50px)

 

Do you guys have an idea on how to implement the second part?

 

Thank you very much

Josh :-)

bob_buzzardbob_buzzard

This is something that has cropped up many times, but I'm not aware of any solution to it.  The problem is that the standard record view comes from a different server to the embedded VF page, so the browser disallows any interaction between them as a potential cross site scripting attack.