I was wondering if there is any direct hook to inject some javascript into tinymce iframe? 2 Answers 2 WordPress injects its own external script files in the TinyMCE...
I am trying to embed the admin “new post” WordPress page into an iframe: <iframe height="500px" frameborder="0" width="740px" src="https://wordpress.stackexchange.com/questions/33458/my_wordpress_domain/wp-admin/post-new.php"/> For some reason the iframe loads a blank page. The...
I have an iframe and in order to access parent element I implemented following code: window.parent.document.getElementById('parentPrice').innerHTML How to get the same result using jquery? UPDATE: Or how to access...
I have several wordpress sites that run on a rhel7 box that I admin. All of the sites use a custom SSO plugin that I wrote. Today I was...
I would like to reload an <iframe> using JavaScript. The best way I found until now was set the iframe’s src attribute to itself, but this isn’t very clean....
Consider the following example: (live demo) HTML: <div>div</div> <iframe></iframe> CSS: div, iframe { width: 100px; height: 50px; margin: 0 auto; background-color: #777; } Result: Why the iframe is not...
Many people embed my website’s pages in their websites as iframes. I want them to not take my footer, header and a specific division in those iframes. Since, footer,...
How do you get a <div> from within an <iframe>? 8 Answers 8
How do you post data to an iframe? 5 Answers 5
Is iframe height=100% supported in all browsers? I am using doctype as: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> In my iframe code, if I say: <iframe src="https://stackoverflow.com/questions/5867985/xyz.pdf"...