Ver originalfunction abrirventana(){ var v = window.open('miventna.hmtl',null,'width=300;height=300'); setTimeout(function(){ v.close(); },5000) }