blob: 3202b5257378e347575efbe3c96e00dcb40b3746 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<html>
<body onload='(parent || opener).childLoad()'>
<div style='height:500px; background:yellow'>
<a id='#top'>Top of the page</a>
</div>
<div id='bottom'>
<a id='#bottom'>Bottom of the page</a>
</div>
</body>
</html>
|