“Full screen”

When I use the following code to create an iframe: <iframe src=”https://stackoverflow.com/questions/3982422/mypage.html” style=”border: 0; width: 100%; height: 100%”>Your browser doesn’t support iFrames.</iframe> The … Read more

How to ensure the visual editor doesn’t ruin my iframe?

I have this iframe and JavaScript embedded in a post: <iframe onload=”fa_iframeresize.do(this);” src=”https://example.com/calc.php?tp=dif&cl=beleggen&h=1&wf=19370&country=NL” scrolling=”no” width=”100%” style=”padding:0px;margin:0px;border-width:0px;” frameborder=”0″> </iframe> <script type=”text/javascript” src=”https://example.com/iframeResizeMe.min.js.gz”></script> But whenever … Read more