Re: Remote controlling an iframe

2009-09-30 Thread ThomasWrobel
Id like to know this too. I'm not sure if its even possible for the parent frame to know the url of the child frame if it changes. My experiments always resulted in getting the initial url it was set too, and not the new one since the user clicked. On Sep 29, 5:07 pm, David Given

Re: Remote controlling an iframe

2009-09-30 Thread David Given
ThomasWrobel wrote: Id like to know this too. I'm not sure if its even possible for the parent frame to know the url of the child frame if it changes. My experiments always resulted in getting the initial url it was set too, and not the new one since the user clicked. Looking at the EyeOS

Re: Remote controlling an iframe

2009-09-29 Thread David Given
David Given wrote: I want to embed a mini web browser into my app (for help text). I've seen this done before on other sites. I want to load the help pages into an iframe, and then use GWT widgetry to listen for onload events, determine the page title, go forwards and back, and remotely

Remote controlling an iframe

2009-09-28 Thread David Given
I want to embed a mini web browser into my app (for help text). I've seen this done before on other sites. I want to load the help pages into an iframe, and then use GWT widgetry to listen for onload events, determine the page title, go forwards and back, and remotely set the URL. I've looked