Hi All...
I want the following logic to happen.
ButtonClick > New window opens > Username/Password are already entered > User clicks 'Login' and is logged into the appropriate site.
I'm at a loss... I've seen this occur before (Yes... after IE fixed the issue with IE6+), but I can't figure it out on my own... Need some help.
I've tried this...
Username:PassWord1@university.edu/portal/server.pt
and this... (using query parameters)
https://xxx.university.edu/portal/server.pt?userName=SomeUser&password=somePassword
...but no luck. Wondering if there's a JS for this that would work in IE8?
Regards,