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 just in javascript probably,
then point to the gwt app from it.

On May 28, 12:59 pm, Suren <nsurendi...@gmail.com> wrote:
> 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 launch my application without any of these above add-ons in
> a browser.
>
> Thanks
> Suren
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to