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 tried both the following:
Window.Location.reload();
Window.open("http://www.google.co.uk", "_top","");
but neither of them have the desired effect, If I press F5 it does
exactlywhat I want it to do, even if the focus is on a text box within
the frame.
Anyone got any ideas, am I doing something wrong, is there a better
way to do this?
Thanks,
John
--
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.