slt tt le monde,mon problem est le suivant:
j'ai une liste des element et je veut quand je fait une selection sur l'un des eux il va charger une autre page.html
voici le code:

<! DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html><head>

<SCRIPT>
Function Similarite () {
if (document.Choix.Liste1.options [2].selected == true)
window.location.href="javascript_formulaires_dates.htm"
else
window.location.href="f-23-p-19.html"
}
</SCRIPT>

<meta http-equiv="Content-type" content="text/html; charset=ISO-8859-1">
<Title>choix du scénario</title>
</head>
<body bgcolor="#faf0e6" text="#db7093"><center>
<h3>Choix du scénario</h3>
<h2></h2> <hr noshade color=#db7093><br><br>

<table BGCOLOR="#faebd7" border='3' align='center' width='70%' height='70%' BORDERCOLOR= "#db7093"cellpadding='5' cellspacing='5'>
<TR><TH>Remplissez les critères de recherche du scénario</TH></TR>
<TD><div ><h5><p >Quelles sont les activités impliquées ? </p></h5>

<FORM NAME="Choix">
<SELECT NAME="Liste1" onChange="Lien()" multiple="multiple" STYLE="width:800"
size="6" >
<OPTION value="0">Résoudre exercices</OPTION>
<OPTION value="1">Evaluation</OPTION>
<OPTION value="2">Apprendre chapitre</OPTION>
<OPTION value="3">Leçon/chapitre et exercices</OPTION>
<OPTION value="4">Travaux dirigés</OPTION>
<OPTION value="5">Résoudre problèmes/ lecture d'un chapitre</OPTION>
</SELECT>
<label>
<br><input type=button value="demarrer" onClick="Similarite ()">
</label>
</FORM></TD>

</center>
</body>
</html>

alors jai éssaiyé mail elle marche pas je vois pas oelle est le problem??
aidé moi svp