We are using jQuery thickbox to dynamically display an iframe when someone clicks on a picture. In this iframe, we are using galleria a javascript library to display multiple...
Well, I have an IFrame, which calls a same domain page. My problem is that I want to access some information from this parent Iframe from this called page...
I’m trying to customize the look of the iframe that pops up (media uploader). I’ve manage to remove some fields etc, but I cannot re-size the frame. Does anybody...
In my install, I use one custom page. Here I put one text field and the fck editor. This is for the title and the content. I need to...
I have a WordPress site hosted on LightSail (which uses bitnami). The domain is https://example.com On a subdomain https://sub.example.com I have another server running. On this server, I want...
Basically, I have a custom tinymce button which opens a thickbox window in iframe mode. Is there a way to access the tinymce from the iframe? WordPress media uploader...
IS there a way to trick the server so I don’t get this error: Content was blocked because it was not signed by a valid security certificate. I’m pulling...
How can I control the background image and colour of a body element within an iframe? Note, the embedded body element has a class, and the iframe is of...
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 iframe doesn’t go all the way—a...
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 I go to the visual editor...