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
bibbi84bibbi84 

Inline visualforce page and Modal Popup

Hi,

 

this is my situation: I developed a custom visualforce page and I put it in a Standard Object Page (Case) as an Inline visualforce page.

On the inline visualforce page there is a button, when i click the button opens a modal pop-up made in jquery. 

The problem is that when the popup is open, it's possible to move it only by limits of the inline visualforce page, and not on all the browser page. It's possible refer to the Case Standard Page and move the modal popup on it??

 

bob_buzzardbob_buzzard

Unforunately this is not possible.  The embedded VF page comes from a different server to the main page, so any attempt to access that main page is blocked by the browser as a cross site scripting attack.