Questions tagged as 'iframe'

1
answer

How to change the "src" of an iframe without changing the user's URL?

How do I change the contents of an iframe internally without changing the URL of the site? Example: The user entered my site: http://example.com and it contains an iframe: <iframe src="http://teste455.esy.es/v3/wp-content/arcade/?...
asked by 14.10.2015 / 01:51
2
answers

How to center an iframe?

You have on my page an animated banner that I made in Google Web Designer that I incremented in my site to appear before loading the index page. So far so good, the codes are working but I would like to know how I could center it on the page, pr...
asked by 28.09.2016 / 22:33
2
answers

Using select to open iframe

I have a code and I want it to open a path in iframe when I click on a option of select . I was able to do this, however to change the option so that it opens something else in iframe I have to refresh the page. If I c...
asked by 09.05.2014 / 16:23
2
answers

How to index an iframe in Google?

This site uses <iframe/> to view their reviews. Reviews are inserted and displayed through this platform . However, even though it's an iframe, Google indexes . How is this possible?     
asked by 29.08.2014 / 22:01
1
answer

Take an element that is inside an iframe

I needed to get a title that is inside an iframe, I did it with jquery but it takes a lot to fade or even disappear. I did so with jquery: $(document).ready(function () { $("iframe").contents().find(".titulo").css("display","none"); });...
asked by 27.07.2018 / 19:45
1
answer

Make responsive iframe content (Google DFP)

So, I have a somewhat complex problem. Knowing that it is not possible to CSS style the content of a <iframe> , I do not know any other way to achieve the desired goal. I even tried with JavaScript, but nothing worked, some tests I h...
asked by 16.03.2018 / 18:22
1
answer

How do I check if an iframe has loaded completely

So, I'm producing a site where I'm using iframes with other sites within it, see the image below: Code:<iframewidth="100%" height="747px" src="www.site.com" id="iPrincipal" scrolling='no' frameborder="0" allowfullscreen="true">...
asked by 07.02.2016 / 22:04
1
answer

Check execCommand operation in firefox ('Copy' command)

I'm having trouble verifying that firefox ran the element.execCommand ('Copy', false, null) command. This check is done correctly in Chrome (which does not allow) and in IE (which allows). Could you please help me out? The following par...
asked by 13.03.2015 / 20:06
1
answer

How to make a Content Script communicate with an iFrame element in extension for Chrome?

I developed a toolbar for Google Chrome by adding it to the pages through an iFrame: var iframe = document.createElement('iframe'); iframe.id="iframeId"; iframe.src = chrome.extension.getURL('CLAWS_Sem_Imagens.html'); iframe.style.height = 7em...
asked by 15.09.2015 / 01:36
1
answer

Tag get size of another TAG

I wonder if there is something in the CSS, or JS that makes a TAG that takes up space, make the 'parent' TAG fit the size of the 'daughter' TAG. Ex: <iframe> <body>o Body possuí um tamanho que varia de acordo com o conteúdo ex 1...
asked by 03.04.2015 / 20:24