My case is :

I have a page that have a textbox and a button. This button will open
another window that have many options for the content of the textbox,
like a list of picture to be selected. I can't solve this problem,
putting a combobox. I still need to put another window. if a click in
the picture, this action will set the text of textbox ( from the first
page ) to the path of the picture.

On Aug 26, 3:52 pm, walden <[EMAIL PROTECTED]> wrote:
> It assumes the firstwindowopened the second one, which is not
> exactly the meaning of "no connection in theory".  Time to ask the big-
> picture question.  What is the overall intent?
>
> Walden
>
> On Aug 26, 10:34 am, "alex.d" <[EMAIL PROTECTED]> wrote:
>
> > Well, JavaScript allows you to do it. I don't remember the syntax
> > precisely but it goes smth. like this:
>
> > open a new browserwindow:
>
> > var w =window.open("http://...";);
>
> > to reach the openedwindow:
>
> > w.window...
>
> > to reach the parent from the openedwindow:
>
> > 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 with2page 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 -- 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to