Questions tagged as 'iframe'

2
answers

How to capture the value of the src attribute of an iframe?

I have to capture the value of an iframe attribute in pagina.html , from the parent page pai.html . I tried everything but I did not succeed. pai.html : <iframe id="meuframe" src="//www.site.com.br/fotos/pagina.html"><...
asked by 03.03.2017 / 14:21
0
answers

facebook iframe with higher height in Firefox

I set the height to 230px, but in Firefox it gets bigger than Chrome, IE and Edge This ends up interfering with the margin of the iframe with the element below, which gets smaller in Firefox Can you tell me how to standardize the iframe fo...
asked by 05.01.2017 / 23:16
0
answers

Block iframe on mobile

I would like to know if it is possible to block a <iframe> preference on mobile because when I scroll the page with the touch of the screen the map gets in the way of an excerpt of the code <iframe id="map" src="https://ww...
asked by 08.09.2016 / 20:41
0
answers

Uploading image in an iframe using AJAX

I tried to upload an image via AJAX using iframe, but I have no idea how to render the returned image of the function after upload, follow the code: <form target="frame" action="/painel/empresa/upload" method="post" enctype="multipart/form-...
asked by 18.01.2016 / 20:38
0
answers

How to handle iframes in a list?

I'm trying to group a series of YouTube videos in my personal blog, all the videos are inside an iframe tag, for example: <iframe class="YTvideo" allowfullscreen="" frameborder="0" height="344" src="https://www.youtube.com/embed/LeA...
asked by 20.10.2015 / 18:08
0
answers

Problems with iFrame and X-Frame-Options Header

I was starting a simple project but when I use <iframe> a problem occurs, the problem of the page that I'm requesting does not appear. I did a search on the subject and found some people talking about X-Frame-Options Header...
asked by 24.09.2015 / 04:11
1
answer

Doubt with chrome debug

I have this code on my page: <iframe id="dialog1" class="ui-helper-hidden" style="width: 700px;display: inline"></iframe> But in chrome debugging, I have these values: <iframe id="dialog1" class="ui-helper-hidden ui-dialog-...
asked by 06.08.2015 / 16:49
0
answers

Picking information typed in an iframe

I have an HTML page that has a iframe element. This iframe has a registration. I need to save the information that is typed inside the iframe (another domain). In my searches, I checked the possibility of using Window.postMessage (...
asked by 03.07.2015 / 13:16
0
answers

Print Iframe

I'm trying to print an iframe that I have on a page on my site, but the print window is not opening when I use the following code: function printFunction() { window.frames["printf"].focus(); window.frames["printf"].print(); } <i...
asked by 01.06.2015 / 13:40
0
answers

How to allow javascript content in an iframe?

I need to show iframe inside an HTML page, the problem is that content Javascript generally does not work: <iframe src="minhapasta/minhapagina.php?url=exemplo.com" width="1600" height="1000" sandbox="allow-scripts allow-same-o...
asked by 01.04.2015 / 21:10