Hi ,
I want to open a new bowser window on click of a hyper link of existing browser window.
I used the following code for it. Its working fine with Mozilla, Chrome, but it is not working with IE.
Code:
*****************************************************
(ApplicationInstance.getActive()).
enqueueCommand(new BrowserOpenWindowCommand("http://google.com", "Hello...." "toolbar,directories,titlebar,location,menubar,resizable,dependent,status,scrollbars"));
*****************************************************
Thanks in advance.
regards ,
Gan
First thought is there a
First thought is there a pop-up blocker preventing it from opening?
There is no pop-up blocker preventing
I checked it, There is no pop-up blocker preventing the new pop-up.
I think it is some thing other than pop-up blocker.
-Thanks & Regards
Gan