Código:
function Metodos(idCapa) { alert(idCapa) document.getElementById('metodo').value=idCapa document.location.href="enviar.asp?metodo=" +idCapa; }
<input name="Guardar" type="image" id="Guardar" src="images/GUARDAR1.gif" style=" visibility: visible;" onclick="Metodos(this.id)" />