Ciao,
ho un form:
<form name="conferma" method="post" action="file.php">
<input type="hidden" name="$amount" value="<? echo $totale?>">
</form>
ora devo fare in modo tramite un JS che mi invii la form come posso fare?
forse così?
document.conferma.submit();
thx