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
Nathan MarchantNathan Marchant 

How to include a visualforce page inside of another page using iFrame

I have been following this post (https://developer.salesforce.com/forums/?id=906F0000000AkgzIAC) but I cant seem to get it working.

I have created an iframe and tried to link it to my visualforce page. 
 
<apex:iframe src="{!pageNameVariable}" />

 pageNameVariable = '/apex/EmbeddedFile';

But when the page loads the iframes have a login window. Where it askes the user to login. How do I stop the login page from coming up. Can I pass these credentails through? or have I linked the VF page wrong in the code. 

Thanks for any help
Nathan MarchantNathan Marchant
User-added image