428278.html (353B)
1 <!DOCTYPE HTML> 2 <html><head> 3 <meta http-equiv="content-type" content="text/html; charset=UTF-8"> 4 5 6 </head><body onload="foo()"> 7 8 <iframe id="x" src="428278-iframe.html"></iframe> 9 <script> 10 var w = 400; 11 function foo() { 12 var div = document.getElementById('x'); 13 div.style.width=w+"px"; 14 ++w; 15 var v = document.offsetHeight; 16 } 17 </script> 18 </body></html>