Refresh the parent window from the child window in javascript

前端 未结 4 1629
梦谈多话
梦谈多话 2021-01-18 17:59

I have looked for awhile and cannot find an answer that fits my needs. I have a page that pops a window (window.open), logs the user in (creates a cookie, set session) then

4条回答
  •  北荒
    北荒 (楼主)
    2021-01-18 18:25

    window.parent.top.location = window.parent.top.location; (or something similiar to that will do it)

提交回复
热议问题