Réponse acceptée !
bonjour,
<table>
<TR>
<td align="right" width="21%">Local ou distant :</td>
<td width="748">
<INPUT type="radio" name="localdistant" value="local" checked
onclick="document.getElementById('toto').style.display='inline';"> local
<INPUT type="radio" name="localdistant" value="distant"
onclick="document.getElementById('toto').style.display='none';">
distant
</td>
</TR>
Quand je coche le bouton distant j'aimerai que le pavé suivant apparaisse en dessous :
<TR id="toto">
<td align="right" width="21%">URL alias du répertoire des documents :
</td>
<td width="748"><INPUT type="text" name="aliasdir" size="60"><br>
<br>
</td>
</TR>
</table>
si j'ai compris... et par exemple...
cordialement
Bul.
Site