how to open popup from a popup window?
-
When trying to open popup from a popup window no new popup window appears just showing new popup in the previous popups but I have written the same code to open popups. how to solve this problem? please help. Thanks Amitava
-
When trying to open popup from a popup window no new popup window appears just showing new popup in the previous popups but I have written the same code to open popups. how to solve this problem? please help. Thanks Amitava
-
ya I have used target=_blank and _new buy it opens a new ie browser I have used this code in C# javascript:window.open('http://www.google.com','a','width=900,height=680'); Amitava
-
ya I have used target=_blank and _new buy it opens a new ie browser I have used this code in C# javascript:window.open('http://www.google.com','a','width=900,height=680'); Amitava
thanks finally done Amiatva
-
ya I have used target=_blank and _new buy it opens a new ie browser I have used this code in C# javascript:window.open('http://www.google.com','a','width=900,height=680'); Amitava
Amitava Dutta wrote:
javascript:window.open('http://www.google.com','a','width=900,height=680');
As you are opening the window with the target 'a', it will open in the same window once there is a window with that name. Use the target '_blank' to always open a new window.
Despite everything, the person most likely to be fooling you next is yourself.