I have an application which has an iframe pointing to a specific web site.
When any user logs into this application and when the default jsp loads(which contains the iframe), I would like to enter the username and password and make the login in the web site, which is in the iframe. Can anyone help me with the script which makes this possible ?
Thanks !!!
If the site in the iframe is from another origin (read: domain), you will not be able to do that. Browser security prevents you from accessing documents from a different origin.