- Jun 13, 2000
- 26,391
- 1,780
- 126
On the basic webpage of links I created, I dropped an iFrame in to point to my Email server (ex. http://emailserver.com). The window displays the Email server content, but when I authenticate, the Email server prompts me to login again. This is because the Email server itself adds a string to the end of the URL after a successful login. So if I launch the http://emailserver.com in a separate window by issuing a link with the target="_blank" the URL looks like this: http://emailserver.com/?we.4i.di4.39d.kdid
The iFrame is only going to http://emailserver.com so the internal authenticator isn't picking up the unique cookie reference in the URL (?we.4i.di4.39d.kdid)
Is there a way to drop an iFrame link that will allow the unique parameters that show up during login? If not, is there another way to do this kind of thing... I'm not sure if code exists that works, but I would like to have the page in an iFrame rather than having to launch a separate window. Thanks,
-Scar
The iFrame is only going to http://emailserver.com so the internal authenticator isn't picking up the unique cookie reference in the URL (?we.4i.di4.39d.kdid)
Is there a way to drop an iFrame link that will allow the unique parameters that show up during login? If not, is there another way to do this kind of thing... I'm not sure if code exists that works, but I would like to have the page in an iFrame rather than having to launch a separate window. Thanks,
-Scar