codice:<script type="text/javascript"> <!-- function Email() { var nostrocliente = document.modulo.nostrocliente.value; var dep_tempocliente = document.modulo.tempocliente.options[document.modulo.tempocliente.selectedIndex].value; { location.href = "mailto:info@chiurlo.it" + "?Subject=Richiesta informazioni" + "&Body=" + "Nostro cliente : " + nostrocliente + "Da quanto tempo è nostro cliente : " + tempocliente; } } //--> </script> <FORM name="modulo"> <table width="80%" border="0" cellspacing="3" cellpadding="3"> <tr> <td class="testotitoli" width="5%">[img]links/loghino_chiurlo.jpg[/img]</td> <td class="testotitoli" width="25%">E' già nostro cliente ?</td> <td width="70%"> <table width="100%" border="0" cellspacing="2" cellpadding="2" class="bordotabelle"> <tr> <td width="25%" class="teso" align="right">Si</td> <td width="25%" class="teso"> <input type="radio" name="nostrocliente" value="si"> </td> <td width="25%" class="teso" align="right">No</td> <td width="25%" class="teso"> <input type="radio" name="nostrocliente" value="no"> </td> </tr> </table> </td> </tr> <tr> <td class="testotitoli" colspan="3"></td> </tr> <tr> <td width="5%" class="testotitoli">[img]links/loghino_chiurlo.jpg[/img] </td> <td width="25%" class="testotitoli">Da quanto tempo è nostro cliente ?</td> <td width="40%" class="teso"> <table width="100%" border="0" cellspacing="2" cellpadding="2" class="bordotabelle"> <tr> <td height="22"> <select name="tempocliente"> <option value="Da un anno">Da un anno</option> <option value="Da 1 a 5 anni">Da 1 a 5 anni</option> <option value="Oltre i 5 anni">Oltre i 5 anni</option> </select>