I'm integrating a OpenID system into my site, and for part of it, I'm
triggering a popup to login to various openID providers.

This popup is opened by a simple;
Window.open(url, "_blank",
"menubar=1,resizable=1,width=480,height=400");

Is it possible to know when the user close's this popup? Either by a
listener, or (if necessary) by checking periodical for the window's
existence.

Thanks,
Thomas

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to