Forum de discussion
Forum « Programmation Javascript » (archives)
Re: lien & fichier js PAS BON
Envoyé: 4 juin 2004, 5h20 par kukrapoc
j'ai donc fait comme tu m'a dis et ça ne marche toujours pas. Il doit s'agir d'autre chose. Je redonne le nouveau code de la fonction creation() :
function Creation()
{
TxtTitre = TxtBienvenue(NumPageActive);
NomCompteur = "http://www.compteur.com/cpt?ID=234008&num=2";
var Codehtml = "<TABLE NAME=Tab_BandHaut WIDTH=678 BORDER=0 CELLSPACING=0 CELLPADDING=0 COLS=5 RULES=NONE>";
Codehtml += '<TR><TD colspan=5 height=10></TD></TR>';
Codehtml += '<TR><TD colspan=5><div align=center> <img src='+chemin+'Barre.gif width=674 height=1></div></TD></TR>';
Codehtml += '<TR><TD width=167 bgcolor=#222222>';
Codehtml += '<p align=center><a href=# style=cursor:default>';
Codehtml += '<s' + 'cript language=JavaS'+'cript src='+NomCompteur+'></' + 's' + 'cript>'+'</a> visiteurs</p></TD>';
Codehtml += '<TD background='+chemin+'Ligne.gif width=5></TD>';
Codehtml += '<TD width=334><div align=center class=TexteNormal>'+TxtTitre+'</div></TD>';
Codehtml += '<TD background='+chemin+'Ligne.gif width=5></TD>';
Codehtml += '<TD width=167 bgcolor=#222222><div align=center><font face=Arial, Helvetica, sans-serif><font size=2>';
Codehtml += 'Mise à jour - 28 mai 2004';
Codehtml += '</font></div></TD></TR>';
Codehtml += '<TR><TD colspan=5><div align=center><img src='+chemin+'Barre.gif width=674 height=1></div></TD></TR>';
Codehtml += "</TABLE>";
document.getElementById("Bandeau_Haut").innerHTML = Codehtml;
setTimeout("MM_showHideLayers('chargement','','hide')",1000);
}
Si tu vois une autre erreur, je suis preneur...
l'exemple et sur 'www.petaroux.com'
merci pour la réponse
a+
Réponses
|