Control the left or right display of iframe through JS code

From , 4 Years ago, written in JavaScript, viewed 51 times.
URL https://pastebin.vip/view/b0285cbf
  1. <!DOCTYPE html>
  2. <html>
  3. <body>
  4.  
  5. <p>This is some text. This is some text. This is some text.
  6. This is some text. This is some text. This is some text.
  7. This is some text. This is some text. This is some text.
  8. <iframe id="myframe" src="/default.asp">
  9.   <p>Your browser does not support iframes.</p>
  10. </iframe>
  11. This is some text. This is some text. This is some text.
  12. This is some text. This is some text. This is some text.
  13. This is some text. This is some text. This is some text.</p>
  14.  
  15. <script>
  16. document.getElementById("myframe").align="right";
  17. </script>
  18.  
  19. </body>
  20. </html>
  21.  
  22. //javascript/7939

Reply to "Control the left or right display of iframe through JS code"

Here you can reply to the paste above

captcha

https://burned.cc - Burn After Reading Website