slt :)
code :
<html>
<head>
<script language="javascript" type="text/javascript">
function testRadio() {
var Name = 'radiot';
document.getElementById(Name[1]).checked = true;
}
</script>
</head>
<body onLoad="testRadio()">
<input type="radio" name="radiot" id="radiot" value="1"> radio 1 -
<input type="radio" name="radiot" id="radiot" value="2"> radio 2 -
<input type="radio" name="radiot" id="radiot" value="3"> radio 3
</body>
</html>
Alors j'ai simplifier au max pour essayer de trouver l erreur, ben jla trouve pas et chui BORED ...
jveut juste chechek un radio (n'importe le quel) si j'arrive a le chopper un jour
MERCI BCP DE M'AIDER 
Try to dodge my skill noob! 