C
Calab
I have a website that requires the user to log in before they can access the
site. I'd like to be able to simply enter my URL and be logged into the
site. Unfortunately, the site does not support the format
http://username:password@URL
What I'd like to do is create a local file on my drive that will load the
site in question into an iframe. Once the page has finished loading, I'd
like javascript to populate the form fields and click the submit button. It
would be great if the page could end up loading as the top document, but I
could live with having my iframe set to 100% of the page size.
Is this possible? If so, how?
Thanks!
site. I'd like to be able to simply enter my URL and be logged into the
site. Unfortunately, the site does not support the format
http://username:password@URL
What I'd like to do is create a local file on my drive that will load the
site in question into an iframe. Once the page has finished loading, I'd
like javascript to populate the form fields and click the submit button. It
would be great if the page could end up loading as the top document, but I
could live with having my iframe set to 100% of the page size.
Is this possible? If so, how?
Thanks!