ciao a tutti,
secondo voi si può fare?
codice:
<html>
<head>
<title>Documento senza titolo</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<form name="form1" method="post" action="">
<input name="trasporto" type="radio" onClick="this.form.mostraMessaggio.style.display = (this.form.mostraMessaggio.style.display == 'none') ? '' : 'none'" value="10">
<table width="100%" cellspacing="0" cellpadding="0">
<tr>
<td valign="middle" class="testo_semplice_nero" style="display:none" id="mostraMessaggio">Ciao a tutti</td>
</tr>
</table>
</form>
</body>
</html>
non mi funziona...