Sigue sin funcionar!!! a ver, he cortado la casi toda la página y he dejado sólo esto:
En la página:
<html>
<head>
<title>Untitled</title>
<SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript" src="estonufunciona.js"></SCRIPT>
</head>
<body>
<table cellspacing="0" cellpadding="0" border="0" align="center" width="480">
<tr>
<td><img src="imagenes/shim.gif" border="0" height="1" width="14"></td>
<td><a href="javascript
:void(null)" onclick="javascript
:validar_formulario()"><img src="imagenes/enviar.gif" border="0" align="right"></a></td>
</tr>
</table>
En el js:
function validar_formulario(){
document.location.replace("vercomentarios.html");
}
</body>
</html>
A ver si el código os dice algo, porque lo que es a mí, no me dice ni mu

POR QUÉ NO FUNCIONA????