Ver Mensaje Individual
  #2 (permalink)  
Antiguo 11/04/2002, 04:20
Malakai
 
Fecha de Ingreso: abril-2002
Mensajes: 74
Antigüedad: 22 años, 8 meses
Puntos: 0
Re: 2Ventana sin barra de navegación

Prueba con el siguiente código:

<HTML>
<HEAD>
<TITLE>Abrir ventana</TITLE>
<SCRIPT LANGUAGE="JavaScript">
<!--
function newWindow() {
window.open('', 'Ventana', 'width=350,height=250,scrollbars');
}
// -->
</SCRIPT>
</HEAD>

<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
<A HREF="res.htm" onClick=newWindow() TARGET="Ventana">abrir ventana</A>
</BODY>
</HTML>

Espero k te valga! :)