Well, JavaScript allows you to do it. I don't remember the syntax
precisely but it goes smth. like this:
open a new browser window:
var w = window.open("http://...");
to reach the opened window:
w.window ...
to reach the parent from the opened window:
opener.window ....
Not sure if this work with all browsers. Also security issues possible
like walden mentioned.
On 26 Aug., 16:00, walden <[EMAIL PROTECTED]> wrote:
> There is a huge security issue with what you want to do, and I don't
> think it is possible. I was trying to offer a workable alternative.
>
> Walden
>
> On Aug 26, 9:36 am, breder <[EMAIL PROTECTED]> wrote:
>
> > A page with UI Tab, share the same information. I am ask for page that
> > don't have any connection in theory, but there are same action between
> > they.
>
> > On Aug 25, 9:39 am, walden <[EMAIL PROTECTED]> wrote:
>
> > > Use UI Tabs instead of Pages.
>
> > > On Aug 22, 10:20 am, breder <[EMAIL PROTECTED]> wrote:
>
> > > > I want to work with 2 page at the same time. If you click in the
> > > > button from the first page, i will change a field in the second page.
> > > > Of couse, the order doesn´t metter, the action from the first to the
> > > > second and the second to the first.- Hide quoted text -
>
> > - Show quoted text -
>
>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---