- <HTML>
- <head><title>chatter</title>
- </HEAD><BODY bgcolor="#000000" text=rgb(60,509,50)>
- <center>Les infos sont ici :
- <form name="formulaire">
- <input type=text name="info" size=30 style="background-color:#000000;color:rgb(60,509,50);" readonly><br><br>
- </form></center>
- <script language="javascript">
- //CODE DE HEGRON FLORIAN CREATEUR DU SITE http://hegron.free.fr .
- //COMMENTAIRES A NE PAS ENLEVER
- var Mot="BONJOUR TOUT LE MONDE";
- var LongMot=Mot.length;
- var Num=0;
- function test(){
- document.formulaire.info.value=document.formulaire.info.value+Mot.charAt(Num);
- if(Num==LongMot)
- {
- document.formulaire.info.value=""
- if(Mot=="BONJOUR TOUT LE MONDE")
- {
- Mot="ET BIENVENUE";
- LongMot=Mot.length;
- }else{
- Mot="BONJOUR TOUT LE MONDE";
- LongMot=Mot.length;
- }
- Num=0;
- }else{
- Num++;
- } }
-
- setInterval("test()",120);
- </script>
- </body>
- </HTML>
<HTML>
<head><title>chatter</title>
</HEAD><BODY bgcolor="#000000" text=rgb(60,509,50)>
<center>Les infos sont ici :
<form name="formulaire">
<input type=text name="info" size=30 style="background-color:#000000;color:rgb(60,509,50);" readonly><br><br>
</form></center>
<script language="javascript">
//CODE DE HEGRON FLORIAN CREATEUR DU SITE http://hegron.free.fr .
//COMMENTAIRES A NE PAS ENLEVER
var Mot="BONJOUR TOUT LE MONDE";
var LongMot=Mot.length;
var Num=0;
function test(){
document.formulaire.info.value=document.formulaire.info.value+Mot.charAt(Num);
if(Num==LongMot)
{
document.formulaire.info.value=""
if(Mot=="BONJOUR TOUT LE MONDE")
{
Mot="ET BIENVENUE";
LongMot=Mot.length;
}else{
Mot="BONJOUR TOUT LE MONDE";
LongMot=Mot.length;
}
Num=0;
}else{
Num++;
} }
setInterval("test()",120);
</script>
</body>
</HTML>