Ok, merci pour ton aide
Donc voici un copier coller seulement de la partie "Apparence à l´écran" de ma page html.
Au dessus de ca, il y´a entre 2 balises les " calculs" pour les valeurs contenues dans le tableau. Les fonctions utilisées sont propres à l´entreprise dans laquelle je suis, donc j´pense pas que ca soit nécessaire que j´le mette
J´ai donc :
<SCRIPT FOR=window EVENT=onload LANGUAGE="VBScript">
Fonctions, calculs des valeurs à mettre dans les tableau ...
</script>
document.write "<body>"
document.write "<Form name=´Page´>"
document.write "<OBJECT ID=""WB"" WIDTH=0 HEIGHT=0
CLASSID=""CLSID:8856F961-340A-11D0-A96B-00C04FD705
A2""> </OBJECT>"
document.write "<input type=button name=´Imprimer´ Value=´imprimer´ onclick=´Javascript : window.print()´></input>"
´document.write "<input type=button name=´Imprimer´ Value=´imprimer´ onclick=´VBScript: call WB.ExecWB(6,1)´></input>"
´document.write "<a href=""VBScript: WB.ExecWB(6,1)""><img src=´boutonImprimer.gif´></a><br>"
´document.write "Test ==> " & test
if(ListCdInt(0) <> "" or ListCdInt2(0) <> "") then
´Tableau Appel d´offre
document.write "<br><br><a name=""Haut de page""></a><br>"
document.write "<table style=´font-family: arial; border-style: none; text-align: left; width: 85%;´ border=´1´ bordercolor=#000000 cellpadding=´0´ cellspacing=´0´>"
document.write "<tr bgcolor=´RGB(94, 187, 204)´><td colspan=4>I. Appel d´offres</td></tr>"
document.write "<tr bgcolor=#CCFFFF><td width=20% align=middle>Marché</td>"
document.write "<td width=20% align=middle>Statut</td>"
document.write "<td width=30% align=middle>Description</td>"
document.write "<td width=35% align=middle>Période</td></tr>"
document.write "<tr>"
for j = 0 to compteurAO - 1
´document.write "<td width=15%><a href=´#Marche" & ListCdInt(j) & "´>" & ListCdInt2(j) & "</a></td>"
document.write "<td width=15%><a href=´#Marche" & ListCdInt(j) & "´>" & ListCdInt(j) & "</a></td>"
document.write "<td width=20%>" & ListEtat(j) & "</td>"
document.write "<td width=30%>" & ListDesc(j) & "</td>"
document.write "<td width=35%>Du " & ListDateDeb(j) & " Au " & ListDateFin(j) & "</td></tr>"
next
document.write "</table><br><br>"
Bon y´a d´autres tableaux en dessous, mais j´ai un peu abrégé 