开发者

how to redirect opener window

开发者 https://www.devze.com 2023-04-05 02:46 出处:网络
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.

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();
0

精彩评论

暂无评论...
验证码 换一张
取 消