<div id="imCel8_00">
<div id="imCel8_00_Cont">
<div id="imObj8_00">
<script type="text/javascript"><!--
function ChkFrm_8_00(oForm)
{
sAlert1 = "Valore mancante per il campo ";
sAlert2 = "Indirizzo e-mail non valido per il campo ";
if (oForm.Itm_8_00_1.value == "")
{
oForm.Itm_8_00_1.focus();
alert(sAlert1 + "'Nome'");
return (false);
}
if (oForm.Itm_8_00_2.value == "")
{
oForm.Itm_8_00_2.focus();
alert(sAlert1 + "'Cognome'");
return (false);
}
if (oForm.Itm_8_00_5.value == "")
{
oForm.Itm_8_00_5.focus();
alert(sAlert1 + "'E Mail'");
return (false);
}
if (oForm.accept_ok_8_00.checked == false)
{
alert("Prima di poter proseguire e necessario accettare le condizioni visualizzate.");
return (false);
}
return (true);
}
//--></script>
<form action="files/mail_home_8_00.php" method="post" onSubmit="return ChkFrm_8_00(this)">
<fieldset>
<div>
<label for="Itm_8_00_1">
<span class="imLabel">Nome*:<br class="imHidden" /></span>
<span class="imLabel_Cont">
<input class="imInput imInput_3" type="text" name="Itm_8_00_1" id="Itm_8_00_1" />
</span>
</label>
</div>