标签: iframe
目前我运行了一个wordpress博客,我让用户在iframe中进行身份验证。但是,侧栏中的信息不会刷新。有什么方法可以将整个页面重定向到
http://wordswithfriends.net/?page_id=386
?
答案 0 :(得分:1)
您可以设置parent.location。
parent.location
parent.location = 'http://wordswithfriends.net/?page_id=386';