Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <title>My Test Site</title>
- </head>
- <body>
- <div id="zone2875c1c7072164ab544" >Simple container</div>
- <script>
- var zoneId = "2875c1c7072164ab544";
- var width = 250;
- var height = 250;
- var url = 'https://leggotest.cf/panel/bdelivery.php?website='+zoneId+'&width='+width+'&height='+height;
- function generateFrame() {
- ifrm = document.createElement("IFRAME");
- ifrm.setAttribute("src", url);
- ifrm.style.width = width+"px";
- ifrm.style.height = height+"px";
- ifrm.scrolling = "no";
- ifrm.frameBorder = "0";
- ifrm.width = width;
- ifrm.height = height;
- document.getElementById("zone"+zoneId).appendChild(ifrm);
- }
- generateFrame();
- </script>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment