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
Raghavendra M 13Raghavendra M 13 

How we can call a Visual Force Page in Lightning Component?

Ashif KhanAshif Khan
Hi Raghavendra,

Can you explain more?
Do you want to add visualforce Page In lightning component or you want to navigate to a visualforce page from lightning component.

Regards
Ashif
Raghavendra M 13Raghavendra M 13
Hi Ashif,

I would like to add visual force page in lightning component and display the page without scrollbars.

Regards
Raghavendra
Ashif KhanAshif Khan
Hi Raghavendra, 

You need to add visualforce page in Iframe in the lightning component.
to communicate between visaulforce and component you can follow step as given below. This is a post for google recaptcha

http://sfdcode.com/lightning/lightning-recaptcha-lightning-components/

I hope this will help you

Regards
Ashif