1 <html style=overflow:scroll
>
5 document
.body
.scrollLeft
= 200;
6 document
.body
.scrollTop
= 200;
7 document
.documentElement
.scrollLeft
= 100;
12 <body style=overflow:scroll;width:
100px;height:
100px
onload=
"scroll()">
13 <div style=position:absolute;width:
5000px;border:dotted
></div>