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
WooterWooter 

Embedding https://na6.salesforce.com/secur/login_portal.jsp in an html page

I want the login_portal.jsp to be displayed on an html page.  I have used an iframe.  But, when a valid login occurs, I am still stuck in the iframe embedded on an html page.  I there another way to embed this log in and get to the correct landing page and be in another tab/page of the browser?  All help appreciated.

 

RyanGuestRyanGuest

Could you redirect to a visualforce page on login and then use javascript to break out of the frame?

 

Something like mentioned in this article: http://www.thesitewizard.com/archive/framebreak.shtml