Ver Mensaje Individual
  #3 (permalink)  
Antiguo 21/05/2003, 10:17
lgcarrasco
 
Fecha de Ingreso: diciembre-2002
Mensajes: 17
Antigüedad: 21 años, 4 meses
Puntos: 0
NO ME FUNCIONA UN HREF!!!

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????