Français
<!-- Mettez le code suivant dans la zone <body>--> <script LANGUAGE="JavaScript"> <!-- document.write("<center><font size=+1><b>") maintenant = new Date() //Définit un nouvel objet, new a les propriétés de Date document.write("<center><small>") if (now.getDay() == 5) document.write("Aujourd'hui c'est vendredi ") if (now.getDay() == 6) document.write("Aujourd'hui c'est samedi") if (now.getDay() == 0) document.write("Aujourd'hui c'est dimanche") if (now.getDay( ) = = 1) document.write("Aujourd'hui c'est lundi") if (now.getDay() == 2) document.write("Aujourd'hui c'est mardi") if (now.getDay() == 3) document.write ( "Aujourd'hui c'est mercredi") if (now.getDay() == 4) document.write("Aujourd'hui c'est jeudi") document.write("</small></center>") //--> </ scénario >