|
I think what you could possibly do is 're create' the login form on the destination site (Just copy the form elements, so they have the same name, IDs and the form has the same method and action) however, convert the text boxes to hidden fields. You can then populate the hidden fields using ASP or other server side script on your own site, and only have the Login button. If you still want it to open in a new window, I beleive you can set the target property of the form to _blank.
It won't do -exactly- what you said in your spec, but I beleive it would do what you want it to do.
Let me know if you run into any problems, or need clarification/examples etc.
__________________
Minaki Serinde MCP
"Wow, Linux is nearly on-par with Windows ME!"
Please login or register to view this content. Registration is FREE | Please login or register to view this content. Registration is FREE
|