Réponse acceptée !
C'est bon j'ai réussi
<%@ Language=JavaScript %> <html>
<head>
<meta http-equiv="Content-Language" content="fr">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<body onresize=scroll()>
<title>mirc html</title>
</head>
<script language="JavaScript">
function bottom()
{
if ((document.body.scrollTop + document.body.clientHeight) == document.body.scrollHeight)
return 'yes'
}
function scroll()
{
if (bottom() == 'yes')
scrollAuto();
}
function scrollAuto()
{
window.scrollBy(0,100000);
}
function ecriture(texte)
{
var z = bottom();
document.body.innerHTML +=texte + '</br>';
if (z == 'yes')
scrollAuto();
}
</script>
<body>
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" height="100%">
<tr>
<td width="100%" height="100%" valign="bottom">
<p align="left"> </td>
</body>
</html>