How can I refresh a tab from another using Javascript

后端 未结 3 514
迷失自我
迷失自我 2020-12-11 04:30

I\'m looking to achieve something like Wordpress does when you create a new post. It allows you to preview your post by opening a new tab. If, after that, you edit the post

3条回答
  •  离开以前
    2020-12-11 05:22

    I think you're looking for the property window.opener. See http://www.w3schools.com/jsref/prop_win_opener.asp

提交回复
热议问题