Ver Mensaje Individual
  #2 (permalink)  
Antiguo 29/08/2002, 13:21
Avatar de CORE
CORE
Usuario no validado
 
Fecha de Ingreso: abril-2002
Ubicación: Merida
Mensajes: 2.165
Antigüedad: 22 años
Puntos: 3
Re: Abrir ventana

Código:
<script language="JavaScript">
<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
//-->
</script>
</head>

<body bgcolor="#FFFFFF" text="#000000">
<a href="javascript:;" onClick="MM_openBrWindow('segundapagina.htm','','width=800,height=600')">Abrir</a>
Algo asi?