13/06/2002, 14:54
|
| | Fecha de Ingreso: junio-2002
Mensajes: 13
Antigüedad: 22 años, 7 meses Puntos: 0 | |
Re: Botón no abre popup Hola, te cuento como lo hice yo a ver si te vale: en el boton, esto
getURL("javascript:MM_openBrWindow('http://www.tupagina.html','Window','status=no,\r\nscrollb ars=no,menubar=no,width=530,height=530,left = 230,top = 30')");
en el html donde está el boton, esto
<script language="JavaScript">
<!--
function MM_openBrWindow(theURL,winName,features) { //v1.2
window.open(theURL,winName,features);
}
//-->
</script>
Saludos y Suerte |