Guest Glenn Posted October 17, 2008 Posted October 17, 2008 We host our applications on terminal server and implement a customized html page that uses the MSRDP ActiveX control. The problem that we have is with clients complaining that when they open another link on their workstation, the IE window with our TS session surrenders control and allows navigation away. I know the recommended solution is to uncheck the "reuse windows for launching shortcuts" or the similar settings for tabbed browsers. The problems with this is at some larger clients their domain Group Policies restore the settings so the clients have to repeat it every day and sometimes multiple times throughout the day. We looked into handling the "OnBeforeUnload()" event in the browser side script but that presented a problem of a different sorts. In the tabbed browser scenario, IE would display the confirmation popup in the tab that was chosen for reuse. This tab was not always the tab that had focus so essentially, to the client they saw nothing and it appeared that IE froze. In addition to the MSRDP control downloaded from the server, we also us a downloaded ActiveX that enables Virtual private channels for our application, it’s been around since W2K Terminal Server. We have begun opening our window in IE with nothing but a Caption bar and the system menu enabled. This helped a little and gives us more screen real estate. My question is this, "How does IE determine which window is resused?" Since we have the client side ActiveX registered, we have access to the full Windows API, I just need to know how I can "hide" my window from the IE algorithm that selects it for reuse. Any help would be appreciated. Thanks Glenn
Guest Ramasamy Pullappan [MSFT] Posted October 21, 2008 Posted October 21, 2008 Re: Remote Desktop Web Connection- - how to disable IE window reuse? IE discussions will be the better place as your ultimate question is with disabling IE window reuse. Please try http://www.microsoft.com/communities/newsgroups/list/en-us/default.aspx?dg=microsoft.public.internetexplorer.general&cat=en_us_28cca3eb-7037-4d4f-bde1-d8efee1f1420&lang=en&cr=us ram. -- This posting is provided "AS IS" with no warranties, and confers no rights. "Glenn" <Glenn@discussions.microsoft.com> wrote in message news:04E3B4CF-27D1-4448-AFAF-D925EC53115F@microsoft.com... > > We host our applications on terminal server and implement a customized > html > page that uses the MSRDP ActiveX control. The problem that we have is with > clients complaining that when they open another link on their workstation, > the IE window with our TS session surrenders control and allows navigation > away. > > I know the recommended solution is to uncheck the "reuse windows for > launching shortcuts" or the similar settings for tabbed browsers. The > problems with this is at some larger clients their domain Group Policies > restore the settings so the clients have to repeat it every day and > sometimes > multiple times throughout the day. > > We looked into handling the "OnBeforeUnload()" event in the browser side > script but that presented a problem of a different sorts. In the tabbed > browser scenario, IE would display the confirmation popup in the tab that > was > chosen for reuse. This tab was not always the tab that had focus so > essentially, to the client they saw nothing and it appeared that IE froze. > > In addition to the MSRDP control downloaded from the server, we also us a > downloaded ActiveX that enables Virtual private channels for our > application, > it’s been around since W2K Terminal Server. We have begun opening our > window > in IE with nothing but a Caption bar and the system menu enabled. This > helped > a little and gives us more screen real estate. > > > My question is this, "How does IE determine which window is resused?" > Since > we have the client side ActiveX registered, we have access to the full > Windows API, I just need to know how I can "hide" my window from the IE > algorithm that selects it for reuse. > > > Any help would be appreciated. > > Thanks > > Glenn
Recommended Posts