anch'io avevo pensato di far fare la validazione all'inizio del form ma non mi funzionava ugualmente, tu dici di mettere
<form action="formcdosys.asp" method="post" name="form1" id="form1" onsubmit="return verifForm(this);">
al posto di
<form action="formcdosys.asp" method="post" name="form1" id="form1" onsubmit="MM_validateForm('email','','RisEmail');r eturn document.MM_returnValue">
o di aggiungere così:
<form action="formcdosys.asp" method="post" name="form1" id="form1" onsubmit="return verifForm(this);"onsubmit="MM_validateForm('email' ,'','RisEmail');return document.MM_returnValue">
cosi mi sembra che non abbia molto senso...