åbning af ekstra vindue når mit site tilgås via citrix
Jeg har et lille problem med at der åbnes en ekstra side når mit site tilgås via citrix.Mit site åbnes på den måde at man kommer ind på en side som blot via javascript åbner en ny side, uden knapper og alt det ral, og derefter submittes min form over i denne nye side.
Men når det tilgås gennem en citrix adgang kan den ikke finde ud af at submitte over i den side jeg har åbnet. Jeg har fundet følgende på nettet, men ved ikke lige hvordan jeg anvender punkt 3 <i>(3) When creating a new IE Window, set the WindowName variable.</i>
Symptom
The following issue can occur with RDP or ICA on TSE 4.0, Windows 2000 TS, or Windows 2003 TS.
When running Internet Explorer 5.x, or 6.x as an RDP or ICA Initial program, or as an ICA Seamless or non-Seamless Published application, that has a URL to update another Internet Explorer Window, you may experience an issue where extra Internet Explorer windows are opened, or if another Internet Explorer Window was already open and it was the intended target of the URL.
Resolution
This is a design of IE, Internet Explorer. See Microsoft TechNet Article Q321477.
In order to enumerate through its open windows, IE (in particular the HTML rendering engine, MSHTML) needs to obtain a reference to the IShellWindows interface, which represents the running instance of the shell. IE attempts to locate the shell object in the Windows' Running Object Table (ROT).
If the shell is not running, IE has no way of finding named windows.
Possible workarounds:
(1) Run Internet Explorer in a session where Explorer is running.
(2) Write an ActiveX Control or Browser Helper Object (BHO) in C++ that intercepts FORM submissions and redirects them to the appropriate window. This C++ object could enumerate through the Win32 Window Handles to the IE windows to find the window it needs.
(3) When creating a new IE Window, set the WindowName variable.
Jeg ved ikke om dette er den rette kategori men håber der er nogle der kan hjælpe mig
Margit
