Ver Mensaje Individual
  #2 (permalink)  
Antiguo 22/01/2002, 01:51
Avatar de Aleph
Aleph
 
Fecha de Ingreso: agosto-2001
Ubicación: Kenolandia
Mensajes: 1.061
Antigüedad: 22 años, 8 meses
Puntos: 3
Re: Link a ventana con tamaño determinado y sin barras

Cambia el codigo por este:

<script language="JavaScript">
function abre_popup(){ // esta linea esta agregada
Pearl=window.open("http://www.paginaquequieroabrir.com","_blank&qu ot;,"toolbar=0,location=0,status=yes,menubar= 0,scrollbars=0,resizable=0,width=445,height=330&qu ot;);if(navigator.appVersion.substring(2,3)>=4. 0){window.focus();}
} // esta tambien
</script>

Luego en el enlace que hagas pone:

<a href="javascript:abre_popup()">Abrir ventana</a>

Eso es todo.

SALUD:)S

<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td align="right"><a href="http://www.cicpm.org" target="_blank"><img src="http://www.amsystems.com.ar/imagenes/fw/firma04.gif" border="0"></a></td></tr></table>