BrowserOpenWindowCommand don't work for me

I am using Firefox 3.013

I try this options

Command command = new BrowserOpenWindowCommand("http://www.google.com","","");
Command command = new BrowserOpenWindowCommand("http://www.google.com",null,null);
Command command = new BrowserOpenWindowCommand("http://www.google.com","New","");

ApplicationInstance.getActive().enqueueCommand( command )

but, don't work for me

anybody can help me?

Thank you.

rakesh's picture

Does FireFox warn you about

Does FireFox warn you about blocking new windows?

Not

FireFox doesn't blocking new windows

What about other versions of

What about other versions of Firefox/other browsers? Does the Error Console (Firefox) show anything?