7 document
.getElementById('clicked').innerHTML
= text
;
10 <div style='overflow: scroll; width:
150px; height:
200px; background-color: yellow'
id=
"outer">
11 <div style=
"width: 150px; height: 5000px; background-color: red;" onclick=
"dump('clicked')" id=
"inner">
15 Clicked:
<span id='clicked'
></span>