// (gH) -_- radio.js ; TimeStamp (unix) : 22 Mars 2011 vers 16:53 function activeBoutonRadio(sonId) { window.document.getElementById(sonId).setAttribute('checked','checked') console.debug("on active "+sonId) } // fin de fonction activeBoutonRadio function activeBoutonRadioDirect(sonId) { window.document.getElementById(sonId).setAttribute('checked','checked') console.debug("on active "+sonId) } // fin de fonction activeBoutonRadioDirect
Retour à la page principale de (gH)