blob: 5f9ca22be40a6d6736b14134643e1980f4df49bb (
plain)
1
2
3
4
5
6
7
8
|
<html>
<body onpopstate='opener.page2Popstate();' onload='opener.page2Load();'
onpageshow='opener.page2PageShow();'>
<div style='height:300%' id='div2'>The second page also has a big div.</div>
</body>
</html>
|