Advertisement
1xptolevitico69

Image src inside Dom

Dec 1st, 2019
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.41 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <title>Image src inside Dom</title>
  5. <meta charset="utf-8">
  6. <meta name="viewport" content="width=device-width">
  7. </head>
  8. <body>
  9.  
  10.  
  11.  
  12. <iframe style='display:none;' id='box' src='https://gradely-oceans.000webhostapp.com/anime.png'></iframe>
  13.  
  14.  
  15. <img id='image'/>
  16.  
  17.  
  18.  
  19.  
  20.  
  21. <script>
  22.  
  23. image.src=box.src;
  24. image.style.width='500px';
  25.  
  26.  
  27.  
  28.  
  29. </script>
  30. </body>
  31. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement