Magic555
Regular Member
- Apr 28, 2017
- 350
- 208
Hey so im trying to get my advertisers LP as a iframe but i get this error
"There is supposed to be some content here, but the publisher doesn’t allow it to be displayed in a frame. This is to help protect the security of any information you might enter into this site"
Is there a way to get around this? If i could some how show the LP on my site that would be great (without redirecting)
This is the code
"There is supposed to be some content here, but the publisher doesn’t allow it to be displayed in a frame. This is to help protect the security of any information you might enter into this site"
Is there a way to get around this? If i could some how show the LP on my site that would be great (without redirecting)
This is the code
HTML:
<head>
<style type="text/css">
body {scrolling:no;
}
iframe {position:absolute;
z-index:1;
top:0px;
left:0px;
}
</style>
</head>
<body>
<iframe src="https://website.com" height="100%" width="100%" frameborder="0"></iframe>
</body>