开发者

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

开发者 https://www.devze.com 2023-02-07 15:42 出处:网络
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 redirec

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

精彩评论

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