Encore un p'tit problème de validation, le validator me dit
end tag for "select" which is not finished.
et ça
document type does not allow element "option" here; assuming missing "select" start-tag.
pas trop fortiche pour les formulaire + js....
merci pour les conseilles
<form method="post" action="fiche.asp" name="leform">
<select name="choix" onchange="go(document.leform.choix.options[document.leform.choix.selectedIndex].value)" />
<option value="Accès rapide aux fiches">Accès rapide aux fiches </option>
/----ASP code--- Set rs = conn.Execute("SELECT * FROM fiche ORDER BY id DESC")
i=1
rs.movefirst
Do While Not rs.EOF
/----ASP code---
<option value="fiche.asp?id=<%=RS("id")%>"> <%= rs("titre") %></option>
/----ASP code---
i=i+1
rs.MoveNext
Loop
Rs.close
/----ASP code---
</select></form>
Modifié par xclear xclear (03 Jul 2006 - 16:31)
end tag for "select" which is not finished.
et ça
document type does not allow element "option" here; assuming missing "select" start-tag.
pas trop fortiche pour les formulaire + js....
merci pour les conseilles
<form method="post" action="fiche.asp" name="leform">
<select name="choix" onchange="go(document.leform.choix.options[document.leform.choix.selectedIndex].value)" />
<option value="Accès rapide aux fiches">Accès rapide aux fiches </option>
/----ASP code--- Set rs = conn.Execute("SELECT * FROM fiche ORDER BY id DESC")
i=1
rs.movefirst
Do While Not rs.EOF
/----ASP code---
<option value="fiche.asp?id=<%=RS("id")%>"> <%= rs("titre") %></option>
/----ASP code---
i=i+1
rs.MoveNext
Loop
Rs.close
/----ASP code---
</select></form>
Modifié par xclear xclear (03 Jul 2006 - 16:31)