Salve a tutti non riesco a fare una cosa...
devo richiamare due function javascript nell'evento onsubmit di un form HTML...
Mi stavo chiedendo però se si può fare

<form METHOD="POST" ACTION="<%=PostURL%>" onsubmit="return ControllaDati(this);return ProgressBar();" id="form1" name="form1" ENCTYPE="multipart/form-data">