1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
| <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<script type='text/javascript'>
function staythere(){
document.getElementById('fichier_infos').style.top=document.body.scrollTop+210;
}
</script>
</head>
<body topmargin="0" leftmargin="0" onscroll="staythere()">
<div id="fichier_infos" style="border:none; position:absolute; left:285px; top:210px; z-index:1" >
<table border="1" id="montableau" style="top:100px;">
<tr>
<td> </td>
</tr>
</table>
</div>
<script type='text/javascript'>
for(i=0; i<100; i++){document.write('Merci pour tout+\<\/br\>')}
</script>
</body>
</html> |