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
Venki123Venki123 

How to add a webpage using visualforce in related list

Hi,

 

I have requirement for adding the external webpage in related list using inline visual force. For example, i need to add google.com in related list using visual force. Can any one help me by providing example code..It will be really helpful.

 

Thanks and Regards,

Venki.

Maros SitkoMaros Sitko

if you need it in related list, you will probably need build our own one.

if you need it in page layout, you can create simple visualforce page, with just iframe tag

 

<apex:iframe src="http://google.com" scrolling="true" id="theIframe"/>

 

and then put this visualforce page as embeded page in page layout