Remote Desktop Web Connection: Auto Close IE??

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I attempting to have IE close upon successful log off of a Remote Desktop Web
Connection.

Basically, users launch the RDWC via a scripted icon:
http://25.***.***.35/tsweb/default.htm?http://wp-1/tsweb/default.htm?AutoConnect=1&Server=ts-1&FS=0

This launches IE and the Logon to the Terminal Server Serving the
application however, whenn they log off the full screen Terminal Session,
they are left with the IE page which has to manually closed.

Objective is to illiminate the last process; to enable the IE to
automatically close when they log off the Terminal Server.

All offer of assistance or advice will be replied to and any help would be
ultimately appreciated.

Kind Regards,

John Brewster
Technical Project Manager
 
Whilst anticipating a reply, I have found a potential solution:
http://www.awaretips.net/faqs.php
Quote:
One option is to use javascript to launch a new window with the HTML that
embeds the Authorware file, then use:
ReadURL("javascript:window.close()") or ReadURL("javascript:self.close();")
in the Exit button to close that browser window."

Trouble I have is that I am unsure how I can encorporate this into the HTML
/ Java code into the Default.htm.

Any help??

J B
 
Have just been reliably informed thatthe JavaScript is calling a piece of
code called "window.close" which is not in existance... therefore will not
work!

Looking forward to any help that you can provide please?

J B
 
Unfortunately, I have just been informed that this code relies on the
existance of a code file named, "Window.close" which is not in existance
therefore, will not work.

All advice gratefully received?

Regards,

J B
 
Back
Top