Finding the new window
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
All, How to identify a window opened with CTRL+N option, for example when a new window is opened with CTRL+N option i want to show alert message saying in 'You opened with CTRL+N option'.
-
All, How to identify a window opened with CTRL+N option, for example when a new window is opened with CTRL+N option i want to show alert message saying in 'You opened with CTRL+N option'.
Hi, You could probably do that by checking the ASCII value of keys pressed Ctrl and N key and then show the alert message accordingly..
sdaniel_cst