Window Opener Reload


/ Published in: JavaScript
Save to your folder(s)

Atualiza janela principal após fechar Pop-UP
Refresh Main window after close the Pop-Up


Copy this code and paste it in your HTML
  1. <a href="javascript:self.close();window.opener.reload();">FECHAR</a>

Report this snippet


Comments


You need to login to view comments.