come vedi richiamo la stessa pagina nel submit.

'Zona Asp
if Request.QueryString("val") = 1 then
if sCognome = "" or sNome = "" or sEmail= "" or sCommento = "" then
Response.Write "<SCRIPT>"
Response.Write "alert('Dati non inseriti correttamente, si prega di controllare i campi obbligatori!');"
Response.Write "location.href='contatto.asp';"
Response.Write "</SCRIPT>"
end if
else
'zona html
<FORM action="contatto.asp?val=1" method="post" name="form1">
[img]images/Email.gif[/img]
</FORM>
end if
'fine zona