Malgré que j'ai corrigé mon code des erreurs apparaît

jlchris Messages postés 3 Date d'inscription mercredi 7 septembre 2022 Statut Membre Dernière intervention 8 septembre 2022 - 8 sept. 2022 à 17:19
NHenry Messages postés 15112 Date d'inscription vendredi 14 mars 2003 Statut Modérateur Dernière intervention 13 avril 2024 - 8 sept. 2022 à 19:38
.: VOTRE SITE WEB :.
<style type="text/css"><!--
A:link         { text-decoration: none; }
    A:visited     { color="#880000"; text-decoration: none }
    a:active    { text-decoration: none; }
    a:hover        { background-color="#006600"; color="#ffffff"; text-decoration: none }

    body {         scrollbar-face-color: #DEE3E7;
            scrollbar-highlight-color: #FFFFFF;
            scrollbar-shadow-color: #DEE3E7;
            scrollbar-3dlight-color: #D1D7DC;
            scrollbar-arrow-color: #006699;
            scrollbar-track-color: #EFEFEF;
            scrollbar-darkshadow-color: #98AAB1;
    }
--></style>
<script language="javascript1.2" type="text/javascript">// <![CDATA[
// FONCTION PRINCIPALE DES SIGNES.
    function signs() {
        var start     = 1901;
        var birthyear     = document.zodiac.year.value;
        var date    = document.zodiac.date.value;
        var month    = document.zodiac.month.value;

// FONCTION DU SIGNE DU ZODIAQUE.
with (document.zodiac.Osign){
if (month == 1 && date >=21|| month == 2 && date <=19) {value = "Verseau";}
if (month == 2 && date >=20|| month == 3 && date <=20) {value = "Poissons";}
if (month == 3 && date >=21|| month == 4 && date <=20) {value = "Bélier";}
if (month == 4 && date >=21|| month == 5 && date <=20) {value = "Taureau";}
if (month == 5 && date >=21|| month == 6 && date <=21) {value = "Gémeaux";}
if (month == 6 && date >=22|| month == 7 && date <=22) {value = "Cancer";}
if (month == 7 && date >=22|| month == 8 && date <=22) {value = "Lion";}
if (month == 8 && date >=23|| month == 9 && date <=22) {value = "Vierge";}
if (month == 9 && date >=23|| month == 10 && date <=22) {value = "Balance";}
if (month == 10 && date >=23|| month == 11 && date <=22) {value = "Scorpion";}
if (month == 11 && date >=23|| month == 12 && date <=21) {value = "Sagittaire";}
if (month == 12 && date >=22|| month == 1 && date <=20) {value = "Capricorne";}
}

// FONCTION DU SIGNE CHINOIS.
        x = (start - birthyear) % 12
        with (document.zodiac.Csign){
            if (x == 1 || x == -11) {value = "RAT";}
            if (x == 0)         {value = "OX";}
            if (x == 11 || x == -1) {value = "TIGRE";}
            if (x == 10 || x == -2) {value = "LAPIN";}
            if (x == 9 || x == -3)  {value = "DRAGON";}
            if (x == 8 || x == -4)  {value ="SERPENT";}
            if (x == 7 || x == -5)  {value = "CHEVAL";}
            if (x == 6 || x == -6)  {value = "MOUTON";}
            if (x == 5 || x == -7)  {value = "SIGNE";}
            if (x == 4 || x == -8)  {value = "COQ";}
            if (x == 3 || x == -9)  {value = "CHIEN";}
            if (x == 2 || x == -10) {value = "BOAR";}
        }

// FONCTION DU SIGNE CELTIQUE.
with (document.zodiac.CEsign){
if (month == 1 && date >=2|| month == 1 && date <=11) {value = "Sapin";}
if (month == 1 && date >=12|| month == 1 && date <=24) {value = "Orme";}
if (month == 1 && date >=25|| month == 2 && date <=3) {value = "Cyprès";}
if (month == 2 && date >=4|| month == 2 && date <=8) {value = "Peuplier";}
if (month == 2 && date >=9|| month == 2 && date <=18) {value = "Cédre";}
if (month == 2 && date >=19|| month == 2 && date <=28) {value = "Pin";}
if (month == 3 && date >=1|| month == 3 && date <=10) {value = "Saule pleureur";}
if (month == 3 && date >=11|| month == 3 && date <=20) {value = "Tilleul";}
if (month == 3 && date >=21|| month == 3 && date <=21) {value = "Chêne";}
if (month == 3 && date >=22|| month == 3 && date <=31) {value = "Noisetier";}
if (month == 4 && date >=1|| month == 4 && date <=10) {value = "Cormier";}
if (month == 4 && date >=11|| month == 4 && date <=20) {value = "Erable";}
if (month == 4 && date >=21|| month == 4 && date <=30) {value = "Noyer";}
if (month == 5 && date >=1|| month == 5 && date <=14) {value = "Peuplier";}
if (month == 5 && date >=15|| month == 5 && date <=24) {value = "Châtaignier";}
if (month == 5 && date >=25|| month == 6 && date <=3) {value = "Frêne";}
if (month == 6 && date >=4|| month == 6 && date <=13) {value = "Charme de la Caroline";}
if (month == 6 && date >=14|| month == 6 && date <=23) {value = "Figuier";}
if (month == 6 && date >=24|| month == 6 && date <=24) {value = "Bouleau";}
if (month == 6 && date >=25|| month == 7 && date <=4) {value = "Pommier";}
if (month == 7 && date >=5|| month ==7 && date <=1) {value = "Sapin";}
if (month == 7 && date >=15|| month == 7 && date <=25) {value = "Orme";}
if (month == 7 && date >=26|| month == 8 && date <=4) {value = "Cyprès";}
if (month == 8 && date >=5|| month == 8 && date <=13) {value = "Peuplier";}
if (month == 8 && date >=14|| month == 8 && date <=23) {value = "Cèdre";}
if (month == 8 && date >=24|| month == 9 && date <=2) {value = "Pin";}
if (month == 9 && date >=3|| month == 9 && date <=12) {value = "Saule pleureur";}
if (month == 9 && date >=13|| month == 9 && date <=22) {value = "Tilleul";}
if (month == 9 && date >=23|| month == 9 && date <=23) {value = "Olivier";}
if (month == 9 && date >=24|| month == 10 && date <=3) {value = "Noisetier";}
if (month == 10 && date >=4|| month == 10 && date <=13) {value = "Cormier";}
if (month == 10 && date >=14|| month == 10 && date <=23) {value = "Erable";}
if (month == 10 && date >=24|| month == 11 && date <=11) {value = "Noyer";}
if (month == 11 && date >=12|| month == 11 && date <=21) {value = "Châtaignier";}
if (month == 11 && date >=22|| month == 12 && date <=1) {value = "Frêne";}
if (month == 12 && date >=2|| month == 12 && date <=11) {value = "Charme de la Caroline";}
if (month == 12 && date >=12|| month == 12 && date <=21) {value = "Figuier";}
if (month == 12 && date >=22|| month == 12 && date <=22) {value = "Hêtre";}
if (month == 12 && date >=23|| month == 1 && date <=1) {value = "Pommier";}
}

// FONCTION DU SIGNE EGYPTIEN.

with (document.zodiac.Esign){
if (month == 1 && date >=1|| month == 1 && date <=7) {value = "Nil";}
if (month == 1 && date >=8|| month == 1 && date <=21) {value = "Amon-Ra";}
if (month == 2 && date >=1|| month == 2 && date <=11) {value = "Amon-Ra";}
if (month == 2 && date >=12|| month == 2 && date <=28) {value = "Geb";}
if (month == 3 && date >=1|| month == 2 && date <=10) {value = "Osiris";}
if (month == 3 && date >=11|| month == 3 && date <=31) {value = "Isis";}
if (month == 4 && date >=1|| month == 4 && date <=19) {value = "Toth";}
if (month == 4 && date >=201|| month == 5 && date <=8) {value = "Horus";}
if (month == 5 && date >=9|| month == 5 && date <=27) {value = "Anubis";}
if (month == 5 && date >=28|| month == 6 && date <=18) {value = "Seth";}
if (month == 6 && date >=19|| month == 6 && date <=28) {value = "Nil";}
if (month == 6 && date >=29|| month == 7 && date <=13) {value = "Anubis";}
if (month == 7 && date >=14|| month == 7 && date <=28) {value = "Bastet";}
if (month == 7 && date >=29|| month == 8 && date <=11) {value = "Sekhmett";}
if (month == 8 && date >=12|| month == 8 && date <=19) {value = "Horus";}
if (month == 8 && date >=20|| month == 8 && date <=31) {value = "Geb";}
if (month == 9 && date >=1|| month == 9 && date <=7) {value = "Nil";}
if (month == 9 && date >=8|| month == 9 && date <=22) {value = "Mout";}
if (month == 9 && date >=23|| month == 9 && date <=27) {value = "Bastet";}
if (month == 9 && date >=28|| month == 10 && date <=2) {value = "Seth";}
if (month == 10 && date >=3|| month == 10 && date <=17) {value = "Bastet";}
if (month == 10 && date >=18|| month == 10 && date <=29) {value = "Isis";}
if (month == 10 && date >=30|| month == 11 && date <=7) {value = "Sekhmett";}
if (month == 11 && date >=8|| month == 11 && date <=17) {value = "Toth";}
if (month == 11 && date >=18|| month == 11 && date <=26) {value = "Nil";}
if (month == 11 && date >=27|| month == 12 && date <=18) {value = "Osisris";}
if (month == 12 && date >=19|| month == 12 && date <=31) {value = "Isis";}
}
// FONCTION DU SIGNE CREOLE.

with (document.zodiac.CRsign){
if (month == 1 && date >=20|| month == 2 && date <=18) {value = "Lambi, Framgipanier";}
if (month == 2 && date >=19|| month == 3 && date <=20) {value = "Karet, Alpinia";}
if (month == 3 && date >=21|| month == 4 && date <=20) {value = "Gwo zandoli, Flamboyant";}
if (month == 4 && date >=21|| month == 5 && date <=20) {value = "Béf à bois, Sabot de Vénus";}
if (month == 5 && date >=21|| month == 6 && date <=21) {value = "Foufou, Balisier";}
if (month == 6 && date >=22|| month == 7 && date <=22) {value = "Touloulou, Jacinthe d'eau";}
if (month == 7 && date >=23|| month == 8 && date <=22) {value = "Manglous, Oiseau du Paradis";}
if (month == 8 && date >=23|| month == 9 && date <=22) {value = "Manman d'LO, Panache d'officier";}
if (month == 9 && date >=23|| month == 10 && date <=22) {value = "Grangouzié, Rose de porcelaine";}
if (month == 10 && date >=23|| month == 11 && date <=21) {value = "Siyédlon, Aloès";}
if (month == 11 && date >=22|| month == 12 && date <=21) {value = "Kribich, Hibiscus";}
if (month == 12 && date >=22|| month == 1 && date <=10) {value = "Krabit, Anthurium";}
}

// FONCTION DU SIGNE HINDOUE.
with (document.zodiac.Hsign){
if (month == 1 && date >=18|| month == 2 && date <=16) {value = "Mascara le crocodile";}
if (month == 2 && date >=17|| month == 3 && date <=14) {value = "Combat l'amphore";}
if (month == 3 && date >=15|| month == 4 && date <=15) {value = "Mina le poissons";}
if (month == 4 && date >=15|| month == 5 && date <=15) {value = "Mesha le bouc";}
if (month == 5 && date >=16|| month == 6 && date <=16) {value = "Vrishaba le taureau";}
if (month == 6 && date >=17|| month == 7 && date <=17) {value = "Mithuna l'union";}
if (month == 7 && date >=18|| month == 8 && date <=17) {value = "Katama le crabe";}
if (month == 8 && date >=18|| month == 9 && date <=17) {value = "Simha le lion";}
if (month == 9 && date >=18|| month == 10 && date <=17) {value = "Karta la demoiselle";}
if (month == 10 && date >=18|| month == 11 && date <=19) {value = "Thula la balance";}
if (month == 11 && date >=20|| month == 12 && date <=17) {value = "Vrischika le scorpion";}
if (month == 12 && date >=18|| month == 1 && date <=17) {value = "Anus d'arc";}
}

// FONCTION DU SIGNE KALLIBALISTE.

with (document.zodiac.Ksign){
if (month == 1 && date >=4|| month == 1 && date <=19) {value = "Qoph";}
if (month == 1 && date >=20|| month == 2 && date <=14) {value = "Reich";}
if (month == 2 && date >=15|| month == 3 && date <=4) {value = "Shin";}
if (month == 3 && date >=5|| month == 3 && date <=19) {value = "Tav";}
if (month == 3 && date >=20|| month == 4 && date <=5) {value = "Aleph";}
if (month == 4 && date >=6|| month == 4 && date <=21) {value = "Berth";}
if (month == 4 && date >=22|| month == 5 && date <=10) {value = "Ginel";}
if (month == 5 && date >=11|| month == 5 && date <=21) {value = "Daleph";}
if (month == 5 && date >=22|| month == 6 && date <=10) {value = "Hé";}
if (month == 6 && date >=11|| month == 6 && date <=23) {value = "Waw";}
if (month == 6 && date >=24|| month == 7 && date <=13) {value = "Zain";}
if (month == 7 && date >=14|| month == 7 && date <=26) {value = "Heith";}
if (month == 7 && date >=27|| month == 8 && date <=9) {value = "Teith";}
if (month == 8 && date >=10|| month == 8 && date <=23) {value = "Yod";}
if (month == 8 && date >=24|| month == 9 && date <=10) {value = "Kaph";}
if (month == 9 && date >=11|| month == 9 && date <=23) {value = "Lamded";}
if (month == 9 && date >=24|| month == 10 && date <=11) {value = "Nem";}
if (month == 10 && date >=12|| month == 10 && date <=25) {value = "Noun";}
if (month == 10 && date >=26|| month == 11 && date <=13) {value = "Samech";}
if (month == 11 && date >=14|| month == 11 && date <=27) {value = "L'ain";}
if (month == 11 && date >=28|| month == 12 && date <=13) {value = "Phé";}
if (month == 12 && date >=14|| month == 1 && date <=3) {value = "Teadé";}
}

// FONCTION DU SIGNE AFRICAIN.
with (document.zodiac.Asign){
if (month == 1 && date >=4|| month == 2 && date <=3) {value = "Baobab";}
if (month == 2 && date >=4|| month == 3 && date <=5) {value = "Bien d'ambre et d'argent";}
if (month == 3 && date >=4|| month == 4 && date <=4) {value = "Famille";}
if (month == 4 && date >=5|| month == 5 && date <=4) {value = "Petits services rendus au voisinage";}
if (month == 5 && date >=5|| month == 6 && date <=4) {value = "Marché";}
if (month == 6 && date >=5|| month == 7 && date <=4) {value = "Ancêtre";}
if (month == 7 && date >=5|| month == 8 && date <=4) {value = "Juge";}
if (month == 8 && date >=5|| month == 9 && date <=3) {value = "Noix de cola";}
if (month == 9 && date >=4|| month == 10 && date <=3) {value = "Voyageur";}
if (month == 10 && date >=4|| month == 11 && date <=3) {value = "Éloignemant";}
if (month == 11 && date >=4|| month == 12 && date <=3) {value = "Enfant de la parole";}
if (month == 12 && date >=4|| month == 1 && date <=3) {value = "Récolte dans les greniers";}
}
// FONCTION DU SIGNE CHAMANIQUE.
with (document.zodiac.CHsign){
if (month == 1 && date >=20|| month == 2 && date <=18) {value = "Loutre";}
if (month == 2 && date >=19|| month == 3 && date <=20) {value = "Loup";}
if (month == 3 && date >=21|| month == 4 && date <=19) {value = "Faucon";}
if (month == 4 && date >=20|| month == 5 && date <=20) {value = "Castor";}
if (month == 5 && date >=21|| month == 6 && date <=21) {value = "Cerf";}
if (month == 6 && date >=21|| month == 7 && date <=21) {value = "Pic-vert";}
if (month == 7 && date >=22|| month == 8 && date <=22) {value = "Saumon";}
if (month == 8 && date >=23|| month == 9 && date <=22) {value = "Ours brun";}
if (month == 9 && date >=23|| month == 10 && date <=22) {value = "Corneille";}
if (month == 10 && date >=23|| month == 11 && date <=21) {value = "Serpent";}
if (month == 11 && date >=22|| month == 12 && date <=21) {value = "Hibou";}
if (month == 12 && date >=22|| month == 1 && date <=19) {value = "Oie des neiges";}
}
// FONCTION DU SIGNE MONGOLE.
with (document.zodiac.Msign){
if (month == 1 && date >=1|| month == 1 && date <=3) {value = "Geyser";}
if (month == 1 && date >=4|| month == 1 && date <=6) {value = "Grotte";}
if (month == 1 && date >=7|| month == 1 && date <=9) {value = "Mer";}
if (month == 1 && date >=10|| month == 1 && date <=12) {value = "Desert";}
if (month == 1 && date >=13|| month == 1 && date <=15) {value = "Montagne";}
if (month == 1 && date >=16|| month == 1 && date <=18) {value = "Glacier";}
if (month == 1 && date >=19|| month == 1 && date <=21) {value = "Plaine";}
if (month == 1 && date >=22|| month == 1 && date <=24) {value = "Volcan";}
if (month == 1 && date >=25|| month == 1 && date <=27) {value = "Archipel";}
if (month == 1 && date >=28|| month == 1 && date <=31) {value = "Fjord";}
if (month == 2 && date >=1|| month == 2 && date <=3) {value = "Geyser";}
if (month == 2 && date >=4|| month == 2 && date <=6) {value = "Grotte";}
if (month == 2 && date >=7|| month == 2 && date <=9) {value = "Mer";}
if (month == 2 && date >=10|| month == 2 && date <=12) {value = "Desert";}
if (month == 2 && date >=13|| month == 2 && date <=15) {value = "Montagne";}
if (month == 2 && date >=16|| month == 2 && date <=18) {value = "Glacier";}
if (month == 2 && date >=19|| month == 2 && date <=21) {value = "Plaine";}
if (month == 2 && date >=22|| month == 2 && date <=24) {value = "Volcan";}
if (month == 2 && date >=25|| month == 2 && date <=27) {value = "Archipel";}
if (month == 2 && date >=28|| month == 2 && date <=31) {value = "Fjord";}
if (month == 3 && date >=1|| month == 3 && date <=3) {value = "Geyser";}
if (month == 3 && date >=4|| month == 3 && date <=6) {value = "Grotte";}
if (month == 3 && date >=7|| month == 3 && date <=9) {value = "Mer";}
if (month == 3 && date >=10|| month == 3 && date <=12) {value = "Desert";}
if (month == 3 && date >=13|| month == 3 && date <=15) {value = "Montagne";}
if (month == 3 && date >=16|| month == 3 && date <=18) {value = "Glacier";}
if (month == 3 && date >=19|| month == 3 && date <=21) {value = "Plaine";}
if (month == 3 && date >=22|| month == 3 && date <=24) {value = "Volcan";}
if (month == 3 && date >=25|| month == 3 && date <=27) {value = "Archipel";}
if (month == 3 && date >=28|| month == 3 && date <=31) {value = "Fjord";}
if (month == 4 && date >=1|| month == 4 && date <=3) {value = "Geyser";}
if (month == 4 && date >=4|| month == 4 && date <=6) {value = "Grotte";}
if (month == 4 && date >=7|| month == 4 && date <=9) {value = "Mer";}
if (month == 4 && date >=10|| month == 4 && date <=12) {value = "Desert";}
if (month == 4 && date >=13|| month == 4 && date <=15) {value = "Montagne";}
if (month == 4 && date >=16|| month == 4 && date <=18) {value = "Glacier";}
if (month == 4 && date >=19|| month == 4 && date <=21) {value = "Plaine";}
if (month == 4 && date >=22|| month == 4 && date <=24) {value = "Volcan";}
if (month == 4 && date >=25|| month == 4 && date <=27) {value = "Archipel";}
if (month == 4 && date >=28|| month == 4 && date <=31) {value = "Fjord";}
if (month == 5 && date >=1|| month == 5 && date <=3) {value = "Geyser";}
if (month == 5 && date >=4|| month == 5 && date <=6) {value = "Grotte";}
if (month == 5 && date >=7|| month == 5 && date <=9) {value = "Mer";}
if (month == 5 && date >=10|| month == 5 && date <=12) {value = "Desert";}
if (month == 5 && date >=13|| month == 5 && date <=15) {value = "Montagne";}
if (month == 5 && date >=16|| month == 5 && date <=18) {value = "Glacier";}
if (month == 5 && date >=19|| month == 5 && date <=21) {value = "Plaine";}
if (month == 5 && date >=22|| month == 5 && date <=24) {value = "Volcan";}
if (month == 5 && date >=25|| month == 5 && date <=27) {value = "Archipel";}
if (month == 5 && date >=28|| month == 5 && date <=31) {value = "Fjord";}
if (month == 6 && date >=1|| month == 6 && date <=3) {value = "Geyser";}
if (month == 6 && date >=4|| month == 6 && date <=6) {value = "Grotte";}
if (month == 6 && date >=7|| month == 6 && date <=9) {value = "Mer";}
if (month == 6 && date >=10|| month == 6 && date <=12) {value = "Desert";}
if (month == 6 && date >=13|| month == 6 && date <=15) {value = "Montagne";}
if (month == 6 && date >=16|| month == 6 && date <=18) {value = "Glacier";}
if (month == 6 && date >=19|| month == 6 && date <=21) {value = "Plaine";}
if (month == 6 && date >=22|| month == 6 && date <=24) {value = "Volcan";}
if (month == 6 && date >=25|| month == 6 && date <=27) {value = "Archipel";}
if (month == 6 && date >=28|| month == 6 && date <=31) {value = "Fjord";}
if (month == 7 && date >=1|| month == 7 && date <=3) {value = "Geyser";}
if (month == 7 && date >=4|| month == 7 && date <=6) {value = "Grotte";}
if (month == 7 && date >=7|| month == 7 && date <=9) {value = "Mer";}
if (month == 7 && date >=10|| month == 7 && date <=12) {value = "Desert";}
if (month == 7 && date >=13|| month == 7 && date <=15) {value = "Montagne";}
if (month == 7 && date >=16|| month == 7 && date <=18) {value = "Glacier";}
if (month == 7 && date >=19|| month == 7 && date <=21) {value = "Plaine";}
if (month == 7 && date >=22|| month == 7 && date <=24) {value = "Volcan";}
if (month == 7 && date >=25|| month == 7 && date <=27) {value = "Archipel";}
if (month == 7 && date >=28|| month == 7 && date <=31) {value = "Fjord";}
if (month == 8 && date >=1|| month == 8 && date <=3) {value = "Geyser";}
if (month == 8 && date >=4|| month == 8 && date <=6) {value = "Grotte";}
if (month == 8 && date >=7|| month == 8 && date <=9) {value = "Mer";}
if (month == 8 && date >=10|| month == 8 && date <=12) {value = "Desert";}
if (month == 8 && date >=13|| month == 8 && date <=15) {value = "Montagne";}
if (month == 8 && date >=16|| month == 8 && date <=18) {value = "Glacier";}
if (month == 8 && date >=19|| month == 8 && date <=21) {value = "Plaine";}
if (month == 8 && date >=22|| month == 8 && date <=24) {value = "Volcan";}
if (month == 8 && date >=25|| month == 8 && date <=27) {value = "Archipel";}
if (month == 8 && date >=28|| month == 8 && date <=31) {value = "Fjord";}
if (month == 9 && date >=1|| month == 9 && date <=3) {value = "Geyser";}
if (month == 9 && date >=4|| month == 9 && date <=6) {value = "Grotte";}
if (month == 9 && date >=7|| month == 9 && date <=9) {value = "Mer";}
if (month == 9 && date >=10|| month == 9 && date <=12) {value = "Desert";}
if (month == 9 && date >=13|| month == 9 && date <=15) {value = "Montagne";}
if (month == 9 && date >=16|| month == 9 && date <=18) {value = "Glacier";}
if (month == 9 && date >=19|| month == 9 && date <=21) {value = "Plaine";}
if (month == 9 && date >=22|| month == 9 && date <=24) {value = "Volcan";}
if (month == 9 && date >=25|| month == 9 && date <=27) {value = "Archipel";}
if (month == 10 && date >=28|| month == 10 && date <=31) {value = "Fjord";}
if (month == 10 && date >=1|| month == 10 && date <=3) {value = "Geyser";}
if (month == 10 && date >=4|| month == 10 && date <=6) {value = "Grotte";}
if (month == 10 && date >=7|| month == 10 && date <=9) {value = "Mer";}
if (month == 10 && date >=10|| month == 10 && date <=12) {value = "Desert";}
if (month == 10 && date >=13|| month == 10 && date <=15) {value = "Montagne";}
if (month == 10 && date >=16|| month == 10 && date <=18) {value = "Glacier";}
if (month == 10 && date >=19|| month == 10 && date <=21) {value = "Plaine";}
if (month == 10 && date >=22|| month == 10 && date <=24) {value = "Volcan";}
if (month == 10 && date >=25|| month == 10 && date <=27) {value = "Archipel";}
if (month == 10 && date >=28|| month == 10 && date <=31) {value = "Fjord";}
if (month == 11 && date >=1|| month == 1 && date <=3) {value = "Geyser";}
if (month == 11 && date >=4|| month == 1 && date <=6) {value = "Grotte";}
if (month == 11 && date >=7|| month == 1 && date <=9) {value = "Mer";}
if (month == 11 && date >=10|| month == 11 && date <=12) {value = "Desert";}
if (month == 11 && date >=13|| month == 11 && date <=15) {value = "Montagne";}
if (month == 11 && date >=16|| month == 11 && date <=18) {value = "Glacier";}
if (month == 11 && date >=19|| month == 11 && date <=21) {value = "Plaine";}
if (month == 11 && date >=22|| month == 11 && date <=24) {value = "Volcan";}
if (month == 11 && date >=25|| month == 11 && date <=27) {value = "Archipel";}
if (month == 11 && date >=28|| month == 11 && date <=31) {value = "Fjord";}
if (month == 12 && date >=1|| month == 12 && date <=3) {value = "Geyser";}
if (month == 12 && date >=4|| month == 12 && date <=6) {value = "Grotte";}
if (month == 12 && date >=7|| month == 12 && date <=9) {value = "Mer";}
if (month == 12 && date >=10|| month == 12 && date <=12) {value = "Desert";}
if (month == 12 && date >=13|| month == 12 && date <=15) {value = "Montagne";}
if (month == 12 && date >=16|| month == 12 && date <=18) {value = "Glacier";}
if (month == 12 && date >=19|| month == 12 && date <=21) {value = "Plaine";}
if (month == 12 && date >=22|| month == 12 && date <=24) {value = "Volcan";}
if (month == 12 && date >=25|| month == 12 && date <=27) {value = "Archipel";}
if (month == 12 && date >=28|| month == 12 && date <=31) {value = "Fjord";}
}

// FONCTION DU SIGNE TAHITIEN.

with (document.zodiac.TAsign){
if (month == 1 && date >=10|| month == 2 && date <=13) {value = "Chariot étoile";}
if (month == 2 && date >=14|| month == 3 && date <=20) {value = "Belle dame";}
if (month == 3 && date >=21|| month == 4 && date <=29) {value = "Perle noire";}
if (month == 4 && date >=30|| month == 6 && date <=1) {value = "Orchidée";}
if (month == 6 && date >=2|| month == 6 && date <=26) {value = "Ïle bleue";}
if (month == 6 && date >=27|| month == 8 && date <=4) {value = "Mimosa";}
if (month == 8 && date >=5|| month == 8 && date <=29) {value = "Soleil turquoise";}
if (month == 8 && date >=30|| month == 9 && date <=25) {value = "Iris des mers";}
if (month == 9 && date >=26|| month == 10 && date <=28) {value = "Coquillage rose";}
if (month == 10 && date >=29|| month == 12 && date <=2) {value = "Lune de diamant";}
if (month == 12 && date >=3|| month == 1 && date <=9) {value = "Perroquet muticolore";}
}

// FONCTION DU SIGNE ARABE.

with (document.zodiac.ARsign){
if (month == 1 && date >=21|| month == 2 && date <=18) {value = "Fronde";}
if (month == 2 && date >=19|| month == 3 && date <=20) {value = "Hache";}
if (month == 3 && date >=21|| month == 4 && date <=20) {value = "Poignard";}
if (month == 4 && date >=21|| month == 5 && date <=21) {value = "Massue";}
if (month == 5 && date >=22|| month == 6 && date <=21) {value = "Masse de fer";}
if (month == 6 && date >=22|| month == 7 && date <=22) {value = "Dague";}
if (month == 7 && date >=23|| month == 8 && date <=23) {value = "Epée";}
if (month == 8 && date >=24|| month == 9 && date <=24) {value = "Couteau";}
if (month == 9 && date >=25|| month == 10 && date <=23) {value = "Chaîne";}
if (month == 10 && date >=24|| month == 11 && date <=22) {value = "Poignard arabe";}
if (month == 11 && date >=23|| month == 12 && date <=21) {value = "Arc";}
if (month == 12 && date >=22|| month == 1 && date <=20) {value = "Lance";}
}

    }
// ]]></script>
<form name="zodiac" onsubmit="signs()">
<table cellspacing="0" cellpadding="4">
<tbody>
<tr>
<td>Année</td>
<td>
<div align="right"><input type="text" size="10" name="year" value="Année" onclick="value=''" /></div>
</td>
</tr>
<tr>
<td>Mois</td>
<td>
<div align="right"><select name="month">
<option value="x">Choisissez un mois</option>
<option value="1">Janvier</option>
<option value="2">Février</option>
<option value="3">Mars</option>
<option value="4">Avril</option>
<option value="5">Mai</option>
<option value="6">Juin</option>
<option value="7">Juillet</option>
<option value="8">Août</option>
<option value="9">Septembre</option>
<option value="10">Octobre</option>
<option value="11">Novembre</option>
<option value="12">Décembre</option>
</select></div>
</td>
</tr>
<tr>
<td>Jour</td>
<td>
<div align="right"><input type="text" name="date" value="Jour" size="3" onclick="value=''" /></div>
</td>
</tr>
<tr>
<td colspan="2">
<div align="center"><input type="button" value="Calculer..." onclick="signs()" /><hr size="1" color="black" /></div>
</td>
</tr>
<tr>
<td>Votre signe du zodiaque Occidental :</td>
<td>
<div align="right"><input type="text" name="Osign" size="12" /></div>
</td>
</tr>
<tr>
<td>Votre signe chinois :</td>
<td>
<div align="right"><input type="text" name="Csign" size="12" /></div>
</td>
</tr>
<tr>
<td>Votre signe celtique :</td>
<td>
<div align="right"><input type="text" name="CEsign" size="12" /></div>
</td>
</tr>
<tr>
<td>Votre signe égyptien :</td>
<td>
<div align="right"><input type="text" name="Esign" size="12" /></div>
</td>
</tr>
<tr>
<td>Votre signe créole :</td>
<td>
<div align="right"><input type="text" name="CRsign" size="12" /></div>
</td>
</tr>
<tr>
<td>Votre signe hindoue :</td>
<td>
<div align="right"><input type="text" name="Hsign" size="12" /></div>
</td>
</tr>
<tr>
<td>Votre signe kallibaliste :</td>
<td>
<div align="right"><input type="text" name="Ksign" size="12" /></div>
</td>
</tr>
<tr>
<td>Votre signe africain :</td>
<td>
<div align="right"><input type="text" name="Asign" size="12" /></div>
</td>
</tr>
<tr>
<td>Votre signe chamanique :</td>
<td>
<div align="right"><input type="text" name="CHsign" size="12" /></div>
</td>
</tr>
<tr>
<td>Votre signe mongole :</td>
<td>
<div align="right"><input type="text" name="Msign" size="12" /></div>
</td>
</tr>
<tr>
<td>Votre signe tahitien :</td>
<td>
<div align="right"><input type="text" name="TAsign" size="12" /></div>
</td>
</tr>
<tr>
<td>Votre signe arabe :</td>
<td>
<div align="right"><input type="text" name="ARsign" size="12" /></div>
</td>
</tr>
</tbody>
</table>
</form>

Bonjour,

J'ai corrigé mon code car il ne fonctionné pas et qu'il manqué des }

Maintenant celui-ci fonctionne mais il n'indique pas les bon renseignement malgré que mes dates et noms soit bon.

C'est un ode qui doit donner à partir d'une date de naissance les signes zodiacal du monde.

J'espère que cette fois j'ai bien présenté le code.

Si j'arrive à le faire fonctionner je le mettrais à disposition sur le site. Si cela peut intéresser quelqu'un. Sa évitera de devoir l'écrire.

Je recherche aussi un infographiste pour faire des corrections sur mon site shopify.

Bien amicalement.

Merci par avance aux personnes qui prennent le temps d'aider.

Christophe

1 réponse

NHenry Messages postés 15112 Date d'inscription vendredi 14 mars 2003 Statut Modérateur Dernière intervention 13 avril 2024 159
8 sept. 2022 à 19:38

Il aurait soit :

- Continuer sur la discussion précédente https://codes-sources.commentcamarche.net/forum/affich-10109588-mon-code-ne-fonctionne-pas

- Mettre la disucssion précédente en résolu.


0
Rejoignez-nous