13/07/2006, 18:44
|
| | Fecha de Ingreso: enero-2005 Ubicación: culiacan, sinaloa, mexico
Mensajes: 97
Antigüedad: 20 años Puntos: 0 | |
perdon no habia entendido
bueno esto lo pones en la pagina html
<script language="JavaScript">
function Launch(page, width, height) {
OpenWin = this.open(page, "", "toolbar=no, menubar=no ,location=no, scrollbars=no, resizable=no, width=" + width + ", height=" + height + ", top=" + (screen.height/2 - height/2) + ", left=" + (screen.width/2 - width/2) + "\"");
OpenWin.focus()
}
</script>
y esto en el flash
getURL("javascript:Launch(\'inicio.html\', 600, 400)", ""); |