Hi folks, have a question relating to <iframe>
SCENARIO TWO DOMAINS:
-- mywebsite.com
-- yourwebsite.com
FLOW:
-- yourwebsite.com creates a overlay with an <iframe> pointing to a log-in box from mywebsite.com
-- user enters in UID/PSWD and hits submit button the overlay (that has the <iframe>) closes
-- the parent page reloads to the correct page
-- the correct page is whatever page mywebsite.com takes the user once they are logged in
The purpose is to have a login functionality existing on mywebsite.com from yourwebsite.com.
PS -- both sites agree to this design and gave permission to allow this
SCENARIO TWO DOMAINS:
-- mywebsite.com
-- yourwebsite.com
FLOW:
-- yourwebsite.com creates a overlay with an <iframe> pointing to a log-in box from mywebsite.com
-- user enters in UID/PSWD and hits submit button the overlay (that has the <iframe>) closes
-- the parent page reloads to the correct page
-- the correct page is whatever page mywebsite.com takes the user once they are logged in
The purpose is to have a login functionality existing on mywebsite.com from yourwebsite.com.
PS -- both sites agree to this design and gave permission to allow this