Kindly suggest javascript implementation to disable certain menu options of Internet Explorer.
For our web application, we have a major ongoing issue of data overwriting because a new window opens in IE with the same session. However, the option to open a new window should not be restricted because the business users need to open a new window and refer to some details from the other window. The data overwriting problem is reduced to some extent when the user opens the new window in a new session (using File -> New Session) option. We would like to programmatically add a java script implementation to our application so that every time the user opens a new window it ALWAYS opens in a new session.
So all other options "New Tab", "New Window" etc appearing under the"File" menu need to be removed/disabled. Please provide a feasible solution for the same.