recarga pagina que llama y cierra popup actual


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



Copy this code and paste it in your HTML
  1. function recarga_padre_y_cierra_ventana(){
  2. window.opener.location.reload();
  3. window.close();
  4. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.