I am using fbconnect to login on my site by using the php-sd开发者_高级运维k. I want to close the popup window after getting user detail and redirect the opener window.
can anybody tell how it can be possible
Maybe...
window.opener.location.href = '/path/';
window.close();
精彩评论