The "newWindow" parameter is that browser window identifier as seen
from JavaScript.

To get more browser windows, you have to change that token each time
you call Window.open()

Jesper

On Dec 11, 3:36 pm, Mike <mcwe...@gmail.com> wrote:
> Hi all,
>
> My application frequently needs to open a new browser window to
> display some information to the user that cannot be displayed within
> the main application window.
>
> The first time I open that window (using Window.open(newWindowURL,
> "newWindow", ""); ) the new window is raised to top. However, on
> subsequent openings, the contents of the new window is just replaced
> (which is exactly what I want) without the new window being raised to
> top. How can I get the window raised in such cases?
>
> Thanks, Mike

--

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-tool...@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