Re: How to launch a GWT application without menubar and toolbar in IE & FF

2009-05-28 Thread twdarkflame
This might help you; http://www.javascript-coder.com/window-popup/javascript-window-open.phtml So youd have a Window.open(url,"_blank",features) With url pointing to the current script host page, and features with the window's settings you want to open. Best to put this "window opening" script j

How to launch a GWT application without menubar and toolbar in IE & FF

2009-05-28 Thread Suren
Hi all, I am trying to launch my application in a browser, the moment when I gave the URL, the toolbar, menubar, statusbar should go invisible in my browser. I tried self.opener= this; self.close() like many tricks to do this..but all of them are working only in IE not in FF (3.0) How can I l