JS code returns the frameBorder attribute value of iframe

From , 5 Years ago, written in JavaScript, viewed 131 times.
URL https://pastebin.vip/view/828b1eb3
  1. <!DOCTYPE html>
  2. <html>
  3. <body>
  4.  
  5. <iframe id="myframe" src="/default.asp" frameborder="0">
  6. <p>Your browser does not support iframes.</p>
  7. </iframe>
  8.  
  9. <p>The frameborder is set to:
  10. <script>
  11. document.write(document.getElementById("myframe").frameBorder);
  12. </script>
  13. <p>
  14.  
  15. </body>
  16. </html>
  17.  
  18. //javascript/7941

Reply to "JS code returns the frameBorder attribute value of iframe"

Here you can reply to the paste above

captcha

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