php - Listening for new window form submit -


on button click open new window, when new window form submitted , successful closes, needing either refresh main page or delete button clicked.

is there way add form of event listener can listen windows form submit success? button can't deleted if user decides close window.

<a href="javascript:void(0);" onclick="window.open('/new/window','_blank','width=800,height=600')">fire new window</a> 

i'm stuck on , can't think of way it's possible.

i think other stackoverflow question might you.

javascript communication between browser tabs/windows

a summary uses cookies , settimeout check cookie has been changed in cookie other window/tab.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -