
le 09/10/2004 à 16:26
radio checked
Essaye çà :
J'ai fais un effort surhumain la !! :)
<html>
<head>
<title>Test</title>
</head>
<body>
<form name="formulaire" action="test.html" method="post">
Réalisateur: <input type="radio" name="ok" value="list">
<select name="realisateur">
<option value="1">TOTO</option>
<option value="2">TITI</option>
<option value="3">TUTU</option>
</select>
<input type="radio" name="ok" value="new"><input type="text" name="real2" size="15" onFocus="document.formulaire.ok[1].checked=true">
</form>
</body>
</html>
J'ai fais un effort surhumain la !! :)