1 2 3 4 5 6 7 8 9
<script> onload = parent.t.step_func(function() { setTimeout(parent.t.step_func(function() { document.open() setTimeout(parent.t.step_func(function() {parent.t.done()}), 0); document.close(); }), 100) }); </script>