Thanks for your reply Jesper. However, i'd like the *old* window to be raised when the content is refreshed. Can that be done?
Bye, Mike On Dec 11, 4:19 pm, Jesper <[email protected]> wrote: > 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 <[email protected]> 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
