399852.html 345 B

1234567891011121314151617
  1. <html>
  2. <head>
  3. <script>
  4. function doe2() {
  5. document.body.setAttribute('style', 'overflow:scroll; direction: rtl;');
  6. }
  7. setTimeout(doe2,500);
  8. </script>
  9. </head>
  10. <body>
  11. <span style="position: fixed;">
  12. <iframe onload="window.frames[0].focus()"></iframe>
  13. </span>
  14. <li style=" position: fixed;" contenteditable="true"></li>
  15. </body>
  16. </html>