Ver Mensaje Individual
  #2 (permalink)  
Antiguo 14/02/2008, 13:37
Avatar de hgp147
hgp147
 
Fecha de Ingreso: diciembre-2006
Ubicación: Buenos Aires, Argentina
Mensajes: 980
Antigüedad: 18 años
Puntos: 36
Re: Script, que no me funciona

Bienvenido al foro quitoluise. Aquí esta el código resuelto:


Código HTML:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>pagina prueba ventana</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

<script language=javascript>
function ventanaSecundaria(ventana){
window.open(ventana,"ventana","width=120,height=300,scrollbars=NO");
}
</script>

</head>

<body>
<a href="javascript:ventanaSecundaria('ventana.htm')" > Pincha en este enlace para abrir la ventana secundaria</a>

</body>
</html> 
El error se producía porque pusiste un "." en (ventana.htm)