Page 531 - IT2
P. 531
<input id="age" type="text" /></p>
<p>
Sexe : Homme
<input id="homme" checked="checked" name="sex" type="radio" value="V1" />
Femme
<input id="femme" name="sex" type="radio" value="V1" /></p>
<p>
Nationnalité Marocaine
<input id="marocain" checked="checked" name="nationalite" type="radio"
value="V1" onclick="document.getElementById('lespays').style.display = 'none';"/>
Etrangère
<input id="etranger" name="nationalite" type="radio" value="V1" /></p>
<p><div id="lespays">
Pays :
<select id="pays" name="D1">
<option>France</option>
<option>Espagne</option>
<option>Tunisie</option>
<option>Algérie</option>
</select></p>
</div>
<p>
Intérêts
</p>
<p>
Lecture <input id="lecture" type="checkbox" name="interets" value="lecture"/> Cinéma
<input id="cinema" type="checkbox" name="interets" value="cinéma" /> Sports
<input id="sports" type="checkbox" name="interets" value="sports"/></p>
<p>
Théâtre
<input id="theatre" type="checkbox" name="interets" value="théâtre" />
Voyage
<input id="voyage" type="checkbox" name="interets" value="voyage"/>
Sciences
<input id="sciences" type="checkbox" name="interets" value="sciences"/></p>
<p>
<input id="btAfficher" type="button" value="Afficher" onclick="Afficher();"/></p>
<div id="aff">
</div>
</form>
</body>
</html>
**********
2)
<script type="text/javascript" language="javascript">
function Afficher() {
var d=document.getElementById("aff");
var s = " Ses intérêts sont : ";
var nom = document.f.nom.value;
var prenom = document.f.prenom.value;
Filière Epreuve Session
TDI Théorique FF Juillet 2014 6/8
www.itlearning-settat.com
Email: admission@itlearning-settat.com
Tél.:0661077812

