Questions tagged as 'iframe'

0
answers

API youtube iframe player, the showinfo option: 0 I stop working without reason

Recently, the videos presented in the iframe-player are showing title, author and watch later buttons, which interfere with the screen, despite being using the showinfo: 0 options. Also some time ago the list of videos appears related on the scr...
asked by 22.10.2018 / 18:01
0
answers

Dynamics iframe and cookies

I'm trying to preview documents. The thing is that in Dynamics CRM you can insert an IFRAME and you can see the documents of a user's Sharepoint in an IFRAME, the idea is that when you click the URL, go to the other IFRAME and preview the docume...
asked by 23.08.2018 / 08:36
1
answer

Access denied while uploading IFrame in IE11

I'm inserting an own iframe created by me on my page, specifically it's a chat bubble, and for both Chrome and Firefox as IE Edge works correctly, but for IE11, it does not return access denied. What I do on my main page is call a JS in which...
asked by 02.08.2018 / 09:50
1
answer

expand height iframe dynamically

I have a layout of 2 columns: the first with a map and the second with info. I managed to get the iframe on the map to fit the width, but I do not know how to dynamically increase the height and that the map is the same height as the accompanyin...
asked by 06.07.2018 / 12:16
2
answers

Save iframe content in jquery

I need to save the content of the following code: "<iframe src='info/info_template'></iframe>"; What I want, in jquery, is to take the html that is in src = info / info_template and save it in a variable, either in html or in te...
asked by 05.07.2018 / 13:24
0
answers

Contents of iframe responsive iphone and ipad

Hello, I have this css that is used for the responsive of a legacy application. The web part is sometimes displayed inside iframe. In android the content of the iframe is responsive but in iPhone it is not responsive when the content is in an if...
asked by 18.06.2018 / 21:03
1
answer

problem with a pdf in iframe, the download button does not work

I have been with this problem for a few days, on my website I created a button to open a PDF in iframe on another page, but the problem is that once the page is opened it does not finish loading and second is that the button to download the pdf...
asked by 13.06.2018 / 06:55
0
answers

Get the document from an iframe

I'm trying to get the document from an iframe that is being loaded from the same server but what I get is a about:blank // node es el iframe var iframeDocument = node.contentDocument || node.contentWindow.document; console.log("IFRAME...
asked by 08.06.2018 / 00:50
1
answer

Select from drop-down list and open an iframe on the same page?

I need to open a frame within the same jsp page when selecting one of my options. Principal.jsp <script language="JavaScript"> function busqueda() { location=document.buscar.lista.options[document.buscar.lista.selectedIndex].v...
asked by 14.05.2018 / 21:07
1
answer

Src of an iframe in php Symfony

good day! I tell you that I'm looking at a php code that I use Symfony, to which I have to change some styles. In a form you have an iframe with the following src      src="/ web / index.php / form" I have to change the style of that form but...
asked by 26.02.2018 / 17:41