Re: setting or refreshing the parent URL from within an iframe

2010-02-18 Thread Chris Ramsdale
Chris, do you know if there is anyway I can set a similar continue type process for what happens when users click on the email link after CREATING a google account? At the moment they are just taken to a thank you for confirming your account screen, which is all very well, but we would much

Re: setting or refreshing the parent URL from within an iframe

2010-02-18 Thread John Denley
OK, thanks Chris, looks like Im going to HAVE to drop google accounts as a user authentication method, at least until there is a better way to integrate applications with google accounts. On 18 February 2010 15:07, Chris Ramsdale cramsd...@google.com wrote: Chris, do you know if there is anyway

Re: setting or refreshing the parent URL from within an iframe

2010-02-17 Thread Chris Ramsdale
This thread might help out: https://groups.google.com/group/google-web-toolkit/browse_thread/thread/e0b7683069497bcf/e6d2814e79bc3a45?#e6d2814e79bc3a45 -- Chris On Sun, Feb 14, 2010 at 6:39 PM, John V Denley johnvden...@googlemail.comwrote: I forgot the line from where I am getting the URL:

Re: setting or refreshing the parent URL from within an iframe

2010-02-17 Thread John Denley
Thanks Chris, Hard Coding is what Ive had to end up doing too... quite irritating though Incidentally I have cracked the other two problems this evening too, namely (a) how to set the parent URL from within the iframe and (b) how to get make sure that after logging into the google account in the

setting or refreshing the parent URL from within an iframe

2010-02-14 Thread John V Denley
My application requires a login to a google account. I have been looking at trying to do this login step within a GWT frame which works fine. The problem is that once that login has been completed my application then loads INSIDE the frame, I really want it to reload in the parent window. I have

Re: setting or refreshing the parent URL from within an iframe

2010-02-14 Thread John V Denley
OK, I think I might have figured out what the problem is... when Im creating the frame Im trying to set it using the following line: The resulting URL is /_ah/login?continue=http%3A%2F%2Flocalhost %3A%2F so the problem is that it is stripping out the /

Re: setting or refreshing the parent URL from within an iframe

2010-02-14 Thread John V Denley
I forgot the line from where I am getting the URL: loginInfo.getLoginUrl() On Feb 14, 11:16 pm, John V Denley johnvden...@googlemail.com wrote: OK, I think I might have figured out what the problem is... when Im creating the frame Im trying to set it using the following line: The resulting