Most voted "iframe" questions
A `element element` <iframe> </iframe> allows the placement of an embedded "frame" within an HTML document, which allows the display of another separate document. Any content between the beginning and near the `element tag` <iframe> is ignored</iframe>
Learn more…209 questions
Sort by count of
-
2
votes1
answer1567
viewsOnload event for iframe
Question Let’s say on my website I have a iframe reserved to upload a possible external page, and this iframe be with display:none, how I could create in callback to fire at the end of loading this…
-
2
votes1
answer1224
viewsLeave Iframe Responsive, without involving it in any element
Guys, here’s the thing, I need to make an iframe responsive. Only to complicate matters, I have no way of getting this iframe wrapped in another element. Ex: <div class="content">…
-
2
votes0
answers64
viewsONCLIK JQUERY for IFRAME does not work
I make animated banners in Google Web Designer and use an IFRAME to call them on the page, I used a JQUERY code so that when clicked on top of IFRAME it would open another page but when I add 2 or 3…
-
2
votes1
answer404
viewsHow to pause youtube videos when a new video is played?
I have a website where I made a Youtube video Carousel using iframe, but when I browse the Carousel the video keeps playing. How can I pause automatically when a new video is played?
-
2
votes3
answers1616
viewsHow to create a button inside an iframe to close it
I needed to create a button inside a iframe in a corner to close it. I have an image gallery and clicking on an image will open a iframe, the following code already does this. But now I needed to…
-
2
votes2
answers949
viewsHow do I make IFRAME editable?
I remember a long time ago I used a code in a IFRAME that allowed me to type, to put bold or italics in the fonts, inside this iframe. I know it’s not with the option contenteditable, was another…
-
2
votes0
answers67
viewsUpload and manipulate a form from an external website
Hello, I need to embed this site on my site: https://geoobras.tce.mg.gov.br/cidadao/ so that the person can make the consultation for him. Using iframe works well, however I needed to manipulate the…
-
2
votes1
answer242
viewsEntering the full screen in iframe makes the page scroll up
I’m creating a page that will be used as an iframe in other applications, to test how it behaved in different sizes, created a page and added several iframes to the page I was making, but with…
-
1
votes1
answer1512
viewsInsert Google Drive Spreadsheet into Website
I am programming an HTML/CSS site, but the client needs to update a spreadsheet that is on the cover of the site. I managed to insert a spreadsheet created in Google Drive, through an iframe, but it…
-
1
votes0
answers430
viewsRender Iframe google Maps with Angularjs
I’m building a directive to render a google maps iframe inside my app. And I managed to do it this way: <google-iframe location="item.Location"></google-iframe> js directive. function…
-
1
votes1
answer1207
viewsHow to check if a link still exists and if it can be opened in an iframe
I use iframe in my project to open certain links from different sites! These links are stored in a database, but make a future progression these same links can be changed or deleted, soon they no…
-
1
votes1
answer192
viewsWhat’s the best way to add a dynamic banner to another site?
The situation is, I’m developing a system where users can create dynamic and customized banners with our products and display on their websites. The data of each created banner is in our database.…
-
1
votes1
answer1281
viewsHow to get the url of the parent page of an iframe without being in the same domain?
I searched postMessage, but only found examples of iframe resizing. I wonder if you have any way to get the URL of the main page where my iframe is inserted using this method or some other.…
-
1
votes0
answers400
viewsHow to allow javascript content in an iframe?
I need to show a iframe within an HTML page, the problem is that the content Javascript generally does not work: <iframe src="minhapasta/minhapagina.php?url=exemplo.com" width="1600"…
-
1
votes0
answers116
viewsPick up information typed in an iframe
I have an HTML page that has an element iframe. This iframe has a register. I need to save the information that is typed within iframe (another domain). In my research, I checked the possibility of…
-
1
votes0
answers658
viewsPrint Iframe
I am trying to print an iframe I have on a page of my site, but the print window is not opening when I use the following code: function printFunction() { window.frames["printf"].focus();…
-
1
votes3
answers1081
viewsAs I put a button inside iframe
I tried several ways and could not. I did so: <iframe id="ifrTeste" > <input type="button" /> ou <button...></button> </iframe> I couldn’t get the button to appear…
-
1
votes2
answers763
viewsPage size equal to Iframe size
How do I make a page that is running inside an Iframe to have exactly the Iframe dimensions? My Iframe has 700px X 500px, but the page that is running inside it occupies half of Iframe or less and…
-
1
votes1
answer50
viewsDoubt with debug of Chrome
I have that code on my page: <iframe id="dialog1" class="ui-helper-hidden" style="width: 700px;display: inline"></iframe> But in the debug of Chrome, I have these values: <iframe…
-
1
votes2
answers1735
viewsHow to make a button that calls an iframe
In the iframe below, I need it just to be shown when I click any button. How do I do this? <div> <iframe width="1100" height="500" id="iframe" src="https://www.google.com" scrolling="no"…
-
1
votes0
answers110
viewsHow to handle iframes on a list?
I’m trying to group a series of Youtube videos on my personal blog, all videos are inside an iframe tag, for example: <iframe class="YTvideo" allowfullscreen="" frameborder="0" height="344"…
-
1
votes2
answers1179
viewsHow to get a specific region from an iframe?
I created an iframe from any site. I would like to define a specific region. It is possible to do this?
-
1
votes0
answers107
viewsImage upload in an iframe using AJAX
I tried to upload an image via AJAX using iframe, but I have no idea how to rewrite the image returned from the function after upload, follow the code: <form target="frame"…
-
1
votes1
answer567
viewsPlacing a dynamic Youtube video in an <iframe> (Asp.net)
Good night! I am trying to put a youtube video based on a url saved in an sql database, the problem is that the way I thought of putting, works only with some static url, in the following way:…
-
1
votes2
answers703
viewsshow angular variable in iframe
Hello, I have a youtube iframe and I have to pass to it i video ID, which is saved in the database, for this I am using an angular variable, as follows: <iframe width="100%" height="650px"…
-
1
votes2
answers502
viewsIframe from external site
I have a page with iframe of external site, how can I do to be able to click automatically when loading the iframe on a button you have determined texto on the external website? Not exactly classe,…
-
1
votes1
answer893
viewsHow to optimize iframe load time?
I have a page with several "iframes" youtube that are taking considerably to load. I wonder if it is possible to decrease this loading time or if it is not possible, how to put an animation until…
-
1
votes1
answer944
viewsIframe hiding content
I have a iframe which receives "interactions.php" which is a select. But the iframe hides content on account of height="100%". If I put height=20000px; he shows everything. How can I make everything…
-
1
votes1
answer367
viewsCreating a Page Similar to Jsfiddle Site
Since I have to Open the favorite text editor to create HTML page in order to perform CSS and Jscript tests, I decided to create a personal page based on some aspects of third-party sites like…
-
1
votes0
answers37
viewsBlock iframe in mobile
I wonder if it is possible to block the scroll of a <iframe> preferably in mobile because when I roll the page with the touch of the screen the map disturbs follows a part of the code…
-
1
votes0
answers38
viewscleaning/resetting the iframe
I am working on a portal project with Html5, css3 and js! When I click on a button, it loads the corresponding html into an iframe. The question is: if the htmls of the "A" button are loaded in…
-
1
votes1
answer695
viewsHow to change the style of an element in an iframe from the parent page?
I use a component that generates a iframe accessing a remote page. Example: assuming that no iframe there is a table with some TDs with class destaque, want to put a red border on these…
-
1
votes1
answer168
viewsCode mute in iframe
Can someone help me please, I want to put this iframe on my website, but I want him to play in mute, has some code to put inside the iframe to make him dumb? someone explain to me how I do?…
-
1
votes0
answers149
viewsFacebook iframe with higher height in Firefox
I set the height to 230px, but in Firefox it gets bigger than in Chrome, IE and Edge This ends up interfering in the iframe margin with the element below, which gets smaller in Firefox Can you tell…
-
1
votes2
answers370
viewsHow 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’ve tried everything but failed. pai.html: <iframe id="meuframe"…
-
1
votes1
answer230
viewsPage content offset when closing modal bootstrap
I have the following problem, when opening a link in a modal on my page and closing it the content of the main page is shifted to the left, whenever the modal is open and closed the content moves, I…
-
1
votes1
answer249
viewsI cannot access IE checkbox element by vba
I’m trying to click a checkbox by IE, using VBA, but I can’t access the element of this checkbox. I searched through several different forums and the closest I could find was that access to a part…
-
1
votes0
answers257
viewsIframe - View youtube videos
Good morning guys, I would like a help, I need to display latest videos from the youtube channel on the site. This code I used worked, after loading the page, it displays the last five videos:…
-
1
votes1
answer663
viewsAuto play in video iframe
I’m trying to add autoplay in this Iframe but I’m not getting it, will the server not accept this feature? <iframe width="640" height="360" frameborder="0" marginheight="0" marginwidth="0"…
-
1
votes2
answers460
viewshow to make an embed with width and height fixed responsive?
Someone knows how to make this embed responsive, I can’t because it brings a width and a fixed height? <iframe src="//vshare.io/v/f171731/width-470/height-305/" width="470" height="305"…
-
1
votes1
answer421
viewsAnchor type link inside an iframe
Talk personal, all right ? I develop for a virtual store! And on the page of the products the descriptions are being created by iframe! ( yes , unfortunately I’m not managing to change that) Meaning…
-
1
votes2
answers458
viewsPut "little hand" in the iframe
Good morning. I am opening . png files with iframe and would like to know if it is possible to put that "little hand" google maps uses to drag the image inside the iframe. The utility of this…
-
1
votes0
answers42
viewsLink that changes the src of the iframe?
How to change the src of the iframe at the click of a button? For example, I have this set of links: <li class="hover"> <a class="dropdown-toggle" href="#"> <span…
-
1
votes2
answers664
viewsVideo continues to play when the modal closes
I created a modal that opens when clicking on an image, inside this modal will have a youtube video and a small description on the side, however whenever I close the modal the video continues to…
-
1
votes0
answers54
viewsChange the Page URL by clicking on links within an iframe
I have a posting system on a website made on Muse. I would like when I click on read more, the site generates a url with iframe with the post. <script type="text/javascript"> function…
iframeasked 6 years, 8 months ago Vinícius Rodrigues 11 -
1
votes0
answers83
viewsIframe blocking flash property
I need to add an iframe of the game TRANSFORMICE. Sounds easy, right? Being: <iframe src="http://transformice.com" frameborder="0" width="100%" height="100%" ></iframe> However, there is…
-
1
votes1
answer309
viewsHide scroll from an iframe
I have an iframe element on my site but it’s showing the vertical scroll. How to hide it? Sample code: <html> <style> .container { width: 300px; overflow: hidden; } .child { width: 200%;…
-
1
votes0
answers100
viewsfunction from onclick to external url iframe
How to receive the parameters of an onclick when the link is in an external url iframe? on the same server does exactly what I need, already working with the help of a Stack user (dvd). function…
-
1
votes1
answer267
viewsExchange src in an Iframe
Good morning friends. I’m making a page where there will be some youtube videos, and with this I will have some links that when activated should pass the respective video inside my iframe. But in…
-
1
votes1
answer447
viewsIframe error not clicking on Mobile (mobile)
I’m having trouble seeing iframe only on mobile devices (in dev tools simulating mobile works ok, the situation is as follows: Website in wp Really Simple SSL plugin installed (I ran tests with it…