Guest User

Untitled

a guest
Feb 16th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.  
  4. <head>
  5. <title>My Test Site</title>
  6. </head>
  7. <body>
  8. <div id="zone2875c1c7072164ab544" >Simple container</div>
  9.  
  10. <script>
  11.  
  12. var zoneId = "2875c1c7072164ab544";
  13. var width = 250;
  14. var height = 250;
  15. var url = 'https://leggotest.cf/panel/bdelivery.php?website='+zoneId+'&width='+width+'&height='+height;
  16. function generateFrame() {
  17. ifrm = document.createElement("IFRAME");
  18. ifrm.setAttribute("src", url);
  19. ifrm.style.width = width+"px";
  20. ifrm.style.height = height+"px";
  21. ifrm.scrolling = "no";
  22. ifrm.frameBorder = "0";
  23. ifrm.width = width;
  24. ifrm.height = height;
  25. document.getElementById("zone"+zoneId).appendChild(ifrm);
  26. }
  27. generateFrame();
  28. </script>
  29. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment