Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can I create New Window ?
Message
 
 
To
16/11/2003 00:08:18
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
00849199
Message ID:
00850410
Views:
26
That does open a new window, but it does not initiate a new browser session. The problem arises when the _targer=blank URL points to the same web application on the same server. It's problematic because you get two windows sharing the same session with the same server. For my application, I need two browser windows each with its own session with the server (actually I need the capability for N sessions with N determined by what the surfer does). I basically need a way for the browser to re-instance itself rather than the same instance creating another window.

>This opens the link in a new IE window:
>
>(lessthan a href="http://www.mysite.com/startup.htm" target="_blank" greaterthan >http://www.dilbert.com/"]
>
>The target="_blank" is the one that opens the page in a new window.
>
>HTH
>
>>I mean on the browser side of a web application (no VFP running on client PC). Rather, send some Javsscript that uses window.open, or something like the _target=blank attribute in an anchor tag. I have not been able to force the browser to open the new window as a new browser session.
>>
>>>Hi Mark,
>>>
>>>Doesn't creating a new instance of IE also creates new browser session?
oWeb = CREATEOBJECT("internetExplorer.Application")
>>>
>>>>
>>>>Sergey,
>>>>Do you know is there a way to force a browser to open a new window as a new browser session (like reinstancing iexplore.exe) rather than opening a new window as part of the same browser session? Thanks.
Previous
Reply
Map
View

Click here to load this message in the networking platform