voici l'horloge fini : http://www.lebastard.nom.fr/anthony/Horloge.html
Voilà le script dans sa totalité :
<html>
<head>
<title>horloge</title>
<script LANGUAGE="JavaScript">
/* AFFICHER L'HEURE (PARTIE 1)*/
Today = new Date;
Heure = Today.getHours();
Min = Today.getMinutes();
MessageHeure = Heure + "h " + Min + "m";
</script>
<script LANGUAGE="JavaScript">
/* AFFICHER LA DATE (PARTIE 1) */
Today = new Date;
Jour = Today.getDate();
Mois = (Today.getMonth())+1;
Annee = Today.getFullYear();
MessageDate = Jour + "/" + Mois + "/" + Annee;
</script>
</head>
<body>
<table border="1" cellpadding="0" cellspacing="0" width="100" height="130"
bordercolor="#000000">
<tr>
<td align="center"><table border="0" cellpadding="0" cellspacing="0" width="100">
<tr>
<td><p align="center">
<script LANGUAGE="JavaScript">
/* AFFICHER LA DATE (PARTIE 2) */
document.write(MessageDate);
</script>
</td>
</tr>
<tr>
<td height="100" align="center">
<img src="http://img16.imageshack.us/img16/7178/tetedemort4go.png" border="0" WIDTH="100" HEIGHT="100">
</td>
</tr>
<tr>
<td align="center">
<script LANGUAGE="JavaScript">
/* AFFICHER L'HEURE (PARTIE 2) */
document.write(MessageHeure);
</script>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
Je ne m'y connais pas beaucoup alors je demande votre aide, je voudrais aussi pouvoir mettre le fond de mon horloge en noir...SVp répondez moi, Si possible envoyer moi un mail, je préfèrerai.
Merci, au revoir et à bientot Gspère.