开发者

Is it possible to get a page within an iframe to refresh the entire main page?

At the moment I run a wordpress blog and I get users to authenticate within an iframe. However there is information in side bars that does not refresh. Is there some way I can do a whole of page redirect开发者_开发技巧 to

http://wordswithfriends.net/?page_id=386

after login?


You can set parent.location.

parent.location = 'http://wordswithfriends.net/?page_id=386';

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜