<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd">
<html lang=fr xml:lang="fr" xmlns="http://www.w3.org/1999/xhtml"><head><title>test</title>
<meta http-equiv=Content-Type content="application/xhtml+xml; charset=iso-8859-1">
</head>
<body>
<form name="toto" action="./" method="post">
<select id="univers" name="univers">
<option id="option_1" value="1">1</option>
<option id="option_2" value="2" selected="selected">2</option>
</select>
</form>
</body></html> |