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)