开发者

how to redirect 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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜