Questions tagged as 'iframe'

1
answer

How to execute a function optionally if the page loads inside an iframe? [duplicate]

Can you tell if a particular page is being opened within iframe ? I want this page to execute a function when it loads through iframe . Otherwise, I want it not to execute. Is there any way to do this?     
asked by 10.05.2017 / 17:15
1
answer

onload event for iframe [duplicate]

Question Let's say that on my site I have iframe reserved to load a possible external page, and this iframe is with display:none , as I could create in callback to fire at the end of loading this page, to make a...
asked by 24.01.2017 / 17:30
2
answers

How to leave the IFRAME editable?

I remember a long time after using a code in a IFRAME that allowed me to type, put bold or italic in the fonts, within that iframe . I know it's not with the option contenteditable , it was another way of setting. I aske...
asked by 29.11.2017 / 17:33
3
answers

How 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 a gallery of images and when clicking on an image will open a iframe , the following code already does this. But now I needed to create a button in a cor...
asked by 11.09.2017 / 13:54
4
answers

HTML 5 Bootstrap google maps

I have a problem that the map does not load, but it's only the second map, the others load normally. <!--Joinville --> <div class="row"> <div class="col-lg-6"> <iframe width=100% height=50% framebo...
asked by 22.06.2016 / 14:46
3
answers

Change the iframe (embed bootstrap) according to the navigation bar button

Example:   Navigation: <ul > <li><a href="#"><span>INICIO</span></a></li> <li><a href="#"><span>FACEBOOK</span></a></li> <li><a href="#">...
asked by 14.10.2016 / 00:19
2
answers

Iframe does not fit vertically with height 100%

According to the following code, the <iframe> does not adjust vertically even if setting the height attribute to 100%. <div class="container"> <div class="panel panel-default"> <div class=...
asked by 14.12.2014 / 00:27
2
answers

How do I show a loading image while the iframe contents are loaded? [closed]

How do I show a loading image while the content of iframe is loaded?     
asked by 17.11.2014 / 15:21
1
answer

Can you save and load text file in an iframe or openWYSIWYG?

I really liked the code to save and load text in textarea of a post here. However I would like to know if you have any similar code to do the same function with iframe instead of textarea or that works correctly in the openW...
asked by 10.10.2015 / 03:18
1
answer

exchange data-src by src with javascript

In the site I'm doing I have a lot of thumbnail in which when clicked goes to another page where there are several blocks of code. Each block corresponds to a thumb. The problem is that I need when I go to another page it does not load <if...
asked by 21.05.2015 / 01:14