How to make a script or something to automatically log me in once I enter an iframe of an external website?
For example:
<li> <a href="http://erwin.audi.de" data-fullscreen="true" data-title="Audi" width="1000" height="900">Audi</a></li>
Once the user clicks on the audi menu item. It opens up audi website and gets the credentials (username/password) from my database and automatically log the user into the audi website.
Is it possible? I don't know if i can do this with only javascript or only php.