
Puko
Dseda
Verificación en dos pasos activada
¡Usuario con pocos negocios! ¡Utiliza siempre saldo de Forobeta!
¿como se modifica el siguiente script para que abra la ventana pero sin la barra de direcciones ?
function myOpen(url, name) {
var width = 400;
var height = 400;
var left = window.innerWidth / 2 - width / 2;
var top = window.innerHeight / 2 - height / 2;
window.open(url, name, 'width=' + width + ',height=' + height + ',left=' + left + ',top=' + top);
}
function myOpen(url, name) {
var width = 400;
var height = 400;
var left = window.innerWidth / 2 - width / 2;
var top = window.innerHeight / 2 - height / 2;
window.open(url, name, 'width=' + width + ',height=' + height + ',left=' + left + ',top=' + top);
}