I have a popup window that must update the page with some dataTables in the parent window when i click on close button, how can i do it?

I tried:

window.opener.document.forms[0].submit()
and the dataTable isn't updated

window.opener.location.reload()
but this method calls shows a message box about re-submiting data all the time

Any idea?

--
Yours truly (Atenciosamente),

Rogério

Reply via email to