817219-iframe.html (937B)
1 <html> 2 <script> 3 function start() { 4 o3=document.createElement('input'); 5 tmp = o3.ownerDocument.createElement('iframe'); 6 document.body.appendChild(tmp); 7 o4=tmp.contentDocument; 8 cb_3=function() { var f = callback_3; callback_3 = null; return f(arguments); } 9 o3.addEventListener('change', cb_3); 10 o51=document.createElement('img'); 11 o94=document.createElement('input'); 12 o94.type='checkbox'; 13 o3.appendChild(o94); 14 o192=document.createElement('input'); 15 o192.type='button'; 16 o94.appendChild(o192); 17 o263=document.createEvent('MouseEvents'); 18 o263.initMouseEvent('click', true, true, window,0, 0, 0, 0, 0, false, false, false, false, 0, null); 19 o192.dispatchEvent(o263) 20 } 21 function callback_3() { 22 o192.addEventListener('DOMNodeRemoved', callback_21, true); 23 o51.appendChild(o192); 24 } 25 function callback_21() { 26 o4.documentElement.appendChild(o192); 27 location.reload(); 28 } 29 </script> 30 <body> 31 <script> 32 window.setTimeout("start();", 10); 33 </script> 34 </body> 35 </html>