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
Nilesh Jagtap (NJ)Nilesh Jagtap (NJ) 

How to open vf page in custom html

Hi,

How can I open vf page in custom HTML page.


Thanks.
Ramu_SFDCRamu_SFDC
Can you please provide more information on your requirement. Because, visualforce pages are designed to be used on force.com platform. When you say you want visuaflroce force pages open in custom html, do you mean opening visualforce pages in another website designed in html? please explain.
bob_buzzardbob_buzzard
This depends on whether you want the user to have to login to Salesforce or not.  If they are licensed users expecting to login, just point them at the fully qualified URL, e.g.

<a href="https://kab-tutorial.na6.visual.force.com/apex/AccOver">Click Me</a>

If you don't want them to login, you'll have to expose the VF page via a Force.com site.  There's more information on setting up sites at:

https://help.salesforce.com/help/pdfs/en/salesforce_platform_portal_implementation_guide.pdf