Dear All,
How can I stop opening a new window in IE because
my session gets transferred when I open a new window.
1. I want to restrict
File -> New -> Window
2. I am already handling CTRL+N using JavaScript sucessfuly.
Is there any way by which handle 1 using JavaScipt or other way.
Thanks in advance.
Regards
Dushyant Bhardwaj
Discussions
Web tier: servlets, JSP, Web frameworks: How to stop opening a new Window in IE(Urgent !!!)
-
How to stop opening a new Window in IE(Urgent !!!) (2 messages)
- Posted by: Dushyant Bhardwaj
- Posted on: May 11 2004 06:33 EDT
Threaded Messages (2)
- How to stop opening a new Window in IE(Urgent !!!) by Paul Strack on May 11 2004 10:46 EDT
- How to stop opening a new Window in IE(Urgent !!!) by Dushyant Bhardwaj on May 12 2004 00:32 EDT
-
How to stop opening a new Window in IE(Urgent !!!)[ Go to top ]
- Posted by: Paul Strack
- Posted on: May 11 2004 10:46 EDT
- in response to Dushyant Bhardwaj
When you start your web application, launch a new window without any menu bar.
Other than that, I am not sure you can do much. So for as I know, there is no way to disable menu options in an existing window. -
How to stop opening a new Window in IE(Urgent !!!)[ Go to top ]
- Posted by: Dushyant Bhardwaj
- Posted on: May 12 2004 00:32 EDT
- in response to Dushyant Bhardwaj
Thanks for your reply.