I want to allow users to login to google docs via an iframe embeded in my page. If I point the iframe url attribute to docs.google.com I get the login plus the rest of text,images on that page. I only want a clear simple login form. How do I get that, is there a url that displays login form only?
Well you can just get the form (html code) and put it in your iframe but this will get very messy, for example, there maybe certain JS files that you need to include as well. I would advise against this. What are you trying to do? The overall picture, there may be a better solution.