HTML : Besoin d'aide pour liste deroulante.
2 participants
Forum gratuit : Le forum des forums actifs :: Entraide & Support... :: Problème avec un script, un code :: Archives des problèmes avec un code
Page 1 sur 1 • Partagez
HTML : Besoin d'aide pour liste deroulante.
- J'aurais besoin d'aide pour ma liste déroulante qui ne marche pas du tout. TT_TT
- Code:
<FORM>
<SELECT NAME="liste1" SIZE="1">
<OPTION SELECTED VALUE=""> ❤ :: Navigation :: ❤
<OPTION VALUE="http://asiancover.forumactif.org/t1-reglement">Règlement
<OPTION VALUE="http://asiancover.forumactif.org/f3-presentation">Présentation
<OPTION VALUE="http://asiancover.forumactif.org/t11-demande-de-partenaire">Partenaire
<INPUT TYPE="button" VALUE="Go"
</FORM>
Quand j'appuie sur OK, rien ne se passe.
Voici, le code.
Voici mon forum ::
http://asiancover.forumactif.org/[
Re: HTML : Besoin d'aide pour liste deroulante.
- Code:
<html>
<head>
<SCRIPT>
<!--
function CreeTableau() {
this.length = CreeTableau.arguments.length
for (var i = 0; i < this.length; i++)
this[i+1] = CreeTableau.arguments[i]
}
var LibelleOption = new CreeTableau("Choisissez un sujet",
"1",
"2",
"3",
"4",
"5",
"6" );
var CibleURL = new CreeTableau("",
"page1.html",
"page2.html",
"page3.html",
"page4.html",
"page5.htm",
"page6.htm" );
function AllerA(form) {
i = form.SelectMenu.selectedIndex;
if (i == 0) return;
parent.location.href = CibleURL[i+1];
}
// -->
</SCRIPT>
</head>
<body>
<SCRIPT>
document.write("<FORM>" );
document.write("<SELECT NAME='SelectMenu' onChange='AllerA(this.form)'>" );
Nombre = LibelleOption.length;
for (var i = 1; i <= Nombre; i++)
document.write("<OPTION>" +LibelleOption[i]);
document.write('</SELECT>');
document.write('</FORM>');
// -->
</SCRIPT>
</body>
</html>
Et voila le code complet pour ton menu.
Cordialement
Dernière édition par MagicMOON le Sam 23 Juil 2011, 21:09, édité 2 fois
Re: HTML : Besoin d'aide pour liste deroulante.
Merci beaucoup !
Sujets similaires
» Imitation d'éditeur sur page html . Code fonctionnel. Besoin d'aide pour installer une liste déroulante pour l'envoi.
» Besoin code html widget Sujets récents pour afficher page html
» Besoin d'aide s'il vous plait pour l'apparence de la liste des Sujets
» Problème - Liste déroulante + go
» Besoin d'aide pour un code HTML ><
» Besoin code html widget Sujets récents pour afficher page html
» Besoin d'aide s'il vous plait pour l'apparence de la liste des Sujets
» Problème - Liste déroulante + go
» Besoin d'aide pour un code HTML ><
Forum gratuit : Le forum des forums actifs :: Entraide & Support... :: Problème avec un script, un code :: Archives des problèmes avec un code
Page 1 sur 1
Permission de ce forum:
Vous ne pouvez pas répondre aux sujets dans ce forum