bon je sais, je reconnais mon erreur:
voila:
<html>
<HEAD>
<TITLE>etoile</title>
<SCRIPT LANGUAGE=JavaScript><!-- debut du script
var msg = "Bienvenue bonjour ";
var espaceur = " ";
pos=0;
function defilmsg(){
window.status=msg.
substring(pos,msg.length)+
espaceur+
msg.substring(0,pos);
pos++;
if (pos > msg.length)
pos=0
window.setTimeout("defilmsg()", 100)
}
// fin du script --></SCRIPT>
<BODY TEXT="#FFFFFF" BGCOLOR="#FFFFFF" LINK="#008080" VLINK="#800000"
onload="defilmsg()">
</BODY></HTML>
<meta http-equiv="Content-Type" content="text/html; charset=big5">
<script language="JavaScript">
<!--
var message = new Array();
// Set your messages below -- follow the pattern.
// To add more messages, just add more elements to the array.
message[0] = " l'etoile";
message[1] = "L'ETOILE";
message[2] = "Bienvenue";
message[3] = "wwww.etoile.fr";
message[4] = "Welcome";
message[5] = "STARPLACE";
message[6] = "L'ETOILE";
// Set the number of repetitions (how many times the arrow
// cycle repeats with each message).
var reps = 2;
var speed = 200; // Set the overall speed (larger number = slower action).
// DO NOT EDIT BELOW THIS LINE.
var p = message.length;
var T = "";
var C = 0;
var mC = 0;
var s = 0;
var sT = null;
if (reps < 1) reps = 1;
function doTheThing() {
T = message[mC];
A();
}
function A() {
s++;
if (s > 8) { s = 1;}
// you can fiddle with the patterns here...
if (s == 1) { document.title = '||||||====||| '+T+' -----'; }
if (s == 2) { document.title = '|||=|||===||| '+T+' -----'; }
if (s == 3) { document.title = '|||==|||==||| '+T+' -----'; }
if (s == 4) { document.title = '|||===|||=||| '+T+' -----'; }
if (s == 5) { document.title = '|||====|||||| '+T+' -----'; }
if (s == 6) { document.title = '|||===|||=||| '+T+' -----'; }
if (s == 7) { document.title = '|||==|||==||| '+T+' -----'; }
if (s == 8) { document.title = '|||=|||===||| '+T+' -----'; }
if (C < (8 * reps)) {
sT = setTimeout("A()", speed);
C++;
}
else {
C = 0;
s = 0;
mC++;
if(mC > p - 1) mC = 0;
sT = null;
doTheThing();
}
}
doTheThing();
// End -->
//-->
</script>
<!--
</head>
pour je n'y comprend rien
et merci encore