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
-
-1
votes1
answer1666
viewsHow to position the iframe below according to the position I want on the screen?
How to position the iframe below according to the position I want on the screen? <div> <iframe width="1100" height="500" id="processoControleExterno" src="www.google.com" scrolling="no"…
-
-1
votes2
answers80
viewsHide videos in safari iframe
I have an iframe video from youtube inside a div and when I do Id in div, in safari, the video continues to appear. How can I fix this? It also happens to me that the video keeps playing when I hide…
-
-1
votes1
answer378
viewsDiv with Hide and iframe inside, but link does not open
Upon entering the website, You can see that there will be a div following the mouse, and its content is an iframe. When clicking on this div or the iframe image, they disappear, however, the main…
-
-1
votes1
answer449
viewsGet the value of the variable url for iframe
I would like help see the example: http://www.site.com/pagina.php?url=http://www.valordavariavel.com In my php: page.php I have iframe: <iframe src="" width="100%" height="100%" scrolling="no"…
-
-1
votes3
answers634
viewsHow to read key and value from a json string?
I looked at some scripts and found nothing like it... Could I just get the part:…
-
-1
votes1
answer360
viewsView excel table in html
Hello guys I’m trying to use the iframe tag for by an excel viewer. Com pdf works, but when I put a file . xlsx it downloads the file to preview ivés. Someone could help me?
-
-1
votes1
answer4871
viewsIframe with connection refused
I have a iframethat always worked perfectly and today when loading the system it appeared that the connection was refused. Would anyone know what the problem would be? The code is as follows::…
-
-1
votes1
answer27
viewsAbout the HTML iframe
Hello guys? So it’s a simple question I want to know about iframe in html, I was wondering if iframe stores the sites in cache? Reason: my site is static and I want to use iframe to leave a little…
-
-1
votes2
answers210
viewsIframes and Viewport
Hello, After a lot of research, I ended up doing my HP with an Iframe. I know a little bit about Html and that’s it. I’ve tried to poke around in PHP, with the famous "Include", but I gave up. I…