Refresh the parent window from the child window in javascript

前端 未结 4 1630
梦谈多话
梦谈多话 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:09

    I had the same issue with submitting a form in a modal via ajax and need the page underneath (parent page) to reload. window.location.reload(); worked for me.

提交回复
热议问题