DisLove'
{ Membre }
Messages : 106
| Bonjour/soir,
Mon problème est que j'ai mis deux menus déroulant différents. Mais le deuxième me mène à la mauvaise adresse, bien que l'adresse dans le code est bonne. Pourriez-vous m'aider ? Mon forum : problème au niveau des partenaires... |
Dernière édition par DisLove' le Ven 14 Mai 2010, 13:48, édité 1 fois | |
|
VPeybernes
{ Membre actif }
Messages : 563
| Bonsoir.
Pourrait on avoir le code des 2 menus déroulants ? | | |
|
DisLove'
{ Membre }
Messages : 106
| Les voici : Les liens utiles : - Code:
-
<form name="Menuderoulant" method="post"> <select name="wxlmenu" size="1" style="border: medium double; background-color: rgb(239, 239, 239); background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0% 0%; -moz-background-size: auto auto; font-family: verdana; color: rgb(0, 0, 0); font-size: 12px; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"> <option value="http://tl-rpg.forumactif.com/reglement-contexte-f63/contexte-du-forum-t5.htm">Contexte</option> <option value="http://tl-rpg.forumactif.com/reglement-contexte-f63/reglement-du-forum-t2.htm">Règlement</option> <option value="http://tl-rpg.forumactif.com/presentations-f3/personnage-vacants-t47.htm">Postes vacants</option> <option value="http://tl-rpg.forumactif.com/publicites-partenariats-f19/top-sites-t44.htm">TOP SITES </option> </select><input style="border: medium double; background-color: rgb(197, 195, 201); background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0% 0%; -moz-background-size: auto auto; font-family: verdana; color: rgb(0, 0, 0); font-size: 12px; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;" onclick="location = document.Menuderoulant.wxlmenu.options [document.Menuderoulant.wxlmenu.selectedIndex].value;" value="Go" type="button"> Partenaires : - Code:
-
<form name="Menuderoulant" method="post"> <select name="wxlmenu" size="1" style="border: medium double; background-color: rgb(239, 239, 239); background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0% 0%; -moz-background-size: auto auto; font-family: verdana; color: rgb(0, 0, 0); font-size: 12px; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"> <option value="http://aca-volonte.keuf.net/">Aca-Volonté</option> <option value="http://ajiaworld.forumactif.info/forum.htm">Ajiaworld</option> </select><input style="border: medium double; background-color: rgb(197, 195, 201); background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0% 0%; -moz-background-size: auto auto; font-family: verdana; color: rgb(0, 0, 0); font-size: 12px; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;" onclick="location = document.Menuderoulant.wxlmenu.options [document.Menuderoulant.wxlmenu.selectedIndex].value;" value="Go" type="button"> | | |
|
VPeybernes
{ Membre actif }
Messages : 563
| Vous utilisé le même identifiant dans les 2 menus. Du coup le script prend le premier qu'il trouve.
Remplacez TOUT les Menuderoulant par autre chose (Menupartenaire par exemple), dans le second code uniquement. | | |
|
DisLove'
{ Membre }
Messages : 106
| Merci bien : ) Cela marche comme sur des roulettes ! | | |
|
VPeybernes
{ Membre actif }
Messages : 563
| De rien. Si vous n'avez pas d'autre question en rapport, n'oubliez pas de mettre l'icône résolu dans votre premier message. | | |
|
DisLove'
{ Membre }
Messages : 106
| Voilà le bouton est mit : ) Encore merci ^^ | | |
|