ves esta línea:
document.formulario.submit(); esta enviando el formulario
formulario, por ende redirecciona al
action del mismo
PD: al form le falta el
id y el method="POST" o GET, si es GET utilízalo así:
Código HTML:
Ver original<form name="formulario" id="formulario" action="index.php" method="get" > <input type="text" name="reloj" /> <input type="hidden" name="id" value="2" />