Re: can a url inside a frame widget access the Frame Page DOM elements

2009-10-19 Thread ben fenster
??? On Oct 18, 7:07 pm, ben fenster fenster@gmail.com wrote: i need to establish event based comunication between to seperate modules one module contains a frame widget that its url directed to the html hosting the second module the only thing i found accessible to both are cookies ,

Re: can a url inside a frame widget access the Frame Page DOM elements

2009-10-19 Thread ben fenster
no thats not the case i am building an app that have extentions from unknown sources and i want that an html page containig some gwt module i never saw in my life will be loaded into the main app by Iframe and could comunicate with the main app page and even triger events On Oct 19, 11:00 am,

Re: can a url inside a frame widget access the Frame Page DOM elements

2009-10-19 Thread ben fenster
when i think about it i can make a connector module but how can one module access another module js variables On Oct 19, 3:15 pm, ben fenster fenster@gmail.com wrote: no thats not the case i am building an app that have extentions from unknown sources and i want that an html page

Re: can a url inside a frame widget access the Frame Page DOM elements

2009-10-19 Thread ben fenster
? On Oct 19, 3:20 pm, ben fenster fenster@gmail.com wrote: when i think about it i can make a connector module but how can one module access another module  js variables On Oct 19, 3:15 pm, ben fenster fenster@gmail.com wrote: no thats not the case i am building an app that have

can a url inside a frame widget access the Frame Page DOM elements

2009-10-18 Thread ben fenster
i need to establish event based comunication between to seperate modules one module contains a frame widget that its url directed to the html hosting the second module the only thing i found accessible to both are cookies , can anyone suggest a better way to share data