�Hola, alg�n maquero puede probar este c�digo sobre el navegador? Parece que falla s�lo en Mac.
// URL Layer51: http://proto.layer51.com/d.aspx?f=206 Object.prototype.newWin = function(url,width,height,xPos,yPos){ getURL ("javascript:window.open('"+url+"','"+new Date().getTime() +"','width="+width+",height="+height+",screenX="+xPos+",screenY="+yPos+",lef t="+xPos+",top="+yPos+"'); void(0);"); } function nuevaVentana(ventana){ ventana = "pags/" + ventana.subStr(0, ventana.indexOf("_")) + ".htm"; trace("nuevaVentana: " + ventana); newWin(ventana,550,400); } // en un mc cuya instancia se llame letsPlay_bt on(release){ _level0.nuevaVentana(this._name); } Gracias. Paulo PD: Gracias Ivan, me consta que hay mucho vascorro por la lista :-) Eva, he probado tu prototipo, va de co�a. <!------------------------------- Lista ASNativos: subscripciones/desubscripciones http://www.sidedev.net/asnativos -------------------------------->
