A voir également:
- Javascript scrollTo
- Telecharger javascript - Télécharger - Langages
- A javascript error occurred in the main process - Forum Handicap / Accessibilté
- Javascript arrondi - Forum Javascript
- Afficher un tableau javascript en html ✓ - Forum Javascript
- Javascript arrondi après la virgule ✓ - Forum Windows
3 réponses
<html>
<body onload="scrol();">
<script language="Javascript">
function scrol()
{
self.scrollTo(2000,0);
}
</script>
<table style="width: 1995px; height: 600px;" border="0">
<tr valign="top">
<td style="width: 100%;" height="100%">
<input type="button" value="ok" onclick="scrol();">
<iframe id="frameactuetconsigne1" name="frameactuetconsigne1" style="position: relative;" src="https://www.commentcamarche.net/" height="600px"; width="1995px";></iframe>
</td>
</tr>
</table>
</body>
</html>