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
Mani PenumarthiMani Penumarthi 

Iframes not working in VF page

Hi Guys,

I want to open an external page in the VF page for these I am using the iframes but these was not working. It's used to be working earlier but now it is not working could any one help me regarding these.
<apex:iframe src="{!WSResponse}" scrolling="true" id="iframe2" height="150px"/>


Thanks,
Mani
bob_buzzardbob_buzzard
What is WSResponse? Does the web server that is providing that page allow it to be embedded in an iframe - you should be able to find this out if you are using chrome by opening the web inspector and seeing if there are any errors on the page.