Fonction js ok sous IE marche pas sous FF
Résolu/Fermé
KRzYamaneko
Messages postés
3
Date d'inscription
mardi 26 août 2008
Statut
Membre
Dernière intervention
27 août 2008
-
26 août 2008 à 17:08
KRzYamaneko Messages postés 3 Date d'inscription mardi 26 août 2008 Statut Membre Dernière intervention 27 août 2008 - 27 août 2008 à 10:03
KRzYamaneko Messages postés 3 Date d'inscription mardi 26 août 2008 Statut Membre Dernière intervention 27 août 2008 - 27 août 2008 à 10:03
A voir également:
- Fonction js ok sous IE marche pas sous FF
- Fonction si et - Guide
- Dame de pique ok ✓ - Forum Windows
- Fonction moyenne excel - Guide
- Google payment ie dublin - Forum Consommation & Internet
- Ok maps - Guide
3 réponses
KRzYamaneko
Messages postés
3
Date d'inscription
mardi 26 août 2008
Statut
Membre
Dernière intervention
27 août 2008
26 août 2008 à 20:26
26 août 2008 à 20:26
Personne n'a d'idée? Une piste à creuser? Rien de rien ^^ j'y connais rien mais ça dois pas être si dur que ça si?
dreamfeeder
Messages postés
253
Date d'inscription
samedi 24 novembre 2007
Statut
Membre
Dernière intervention
25 juillet 2009
54
27 août 2008 à 03:40
27 août 2008 à 03:40
bonjour,
cadevrait mieux marcher comme ca:
cordialement, dreamfeeder.
cadevrait mieux marcher comme ca:
<html> <head> <script language="javascript"> function redirige() { var choix=document.getElementsByTagName('input'); if (choix[0].checked) { document.location.href="http://krz.blogsite.org/nr.html"; } if (choix[1].checked) { document.location.href="http://krz.blogsite.org/se.html"; } if (choix[2].checked) { document.location.href="http://krz.blogsite.org/la.html"; } if (choix[3].checked) { document.location.href="http://krz.blogsite.org/au.html"; } if (choix[4].checked) { document.location.href="http://krz.blogsite.org/au.html"; } } </script> </head> <body> <div style="width:200px;border:solid 1px #000;text-align:center"> <img src="http://img211.imageshack.us/img211/8266/staarwarlo8.jpg"> <table> <tr> <td valign="middle" style="height:200px;"> <div> <table> <tr> <td><input type="radio" name="choix" value="1">Nouvelle République</td> </td> <tr> <td><input type="radio" name="choix" value="2">Séparatistes</td> </td> <tr> <td><input type="radio" name="choix" value="3">Alliance Rebelle</td> </td> <tr> <td><input type="radio" name="choix" value="4">L'Ancienne République</td> </td> <tr> <td><input type="radio" name="choix" value="5" checked>Autres</td> </td> </table> </div> </td> </tr> </table> <input type="button" onclick="javascript:redirige();" value="Suivant"><br> </div> </body> </html>
cordialement, dreamfeeder.
KRzYamaneko
Messages postés
3
Date d'inscription
mardi 26 août 2008
Statut
Membre
Dernière intervention
27 août 2008
27 août 2008 à 10:03
27 août 2008 à 10:03
Yeap merci bien, mais en faite j'ai trouvé aussi en continuant à chercher quelqu'un m'a expliqué qu'en plus pour FF le name n'était reconnu que s'il était mis dans un FORM :) voila des erreur de débutant que je ne ferais plus :)