Hola
Un ejemplo
Código javascript
:
Ver originalvar ancho = ((screen.width) / 2) - 150;
var alto = ((screen.height) / 2) - 50;
window.open('/tiemporeal/' + ip + '/' + port + '/'+ mensaje +'/conectividad','','top='+alto+',left='+ancho+',titlebars=0, toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=300,height=100');
Suerte