codice:
function conferma ()  {
	document.frmCarrello.action ='conferma.asp';
document.frmCarrello.submit();
}