Questions tagged as 'iframe'

1
answer

Remove element within iframe

Hello I have an Iframe that has an image and I would like to remove it, but it is not working ... <script> $( document).ready(function() { $(document).find("img[src='/assets/online/cf_logo-9733d198a764182fc89bc38518f73f91efd7a4...
asked by 30.11.2016 / 22:28
0
answers

how to make an animation open and close before displaying the site?

Good afternoon guys, I'm having a bit of a time to add an animation (banner) made in Google Web Designer. I would like to know how I could run an iframe, calling the animation, closing it as soon as the animation is finished and after that load...
asked by 28.09.2016 / 18:40
0
answers

How to scroll in an iframe with reference to another url?

Is this not possible? I tried: $(".scroll").click(function () { var iframe = $('#xframe').contents(); iframe.scrollTop(400); }); Above the browser crashes for security Also: $(".scroll").click(function () { var...
asked by 17.08.2016 / 23:21
0
answers

Image getting offline

According to this Page of the site, some images are getting offline, I go to the server, I look for the address again and I update, but 1 or 2 days later it gets this way again, the interesting thing is that it's just some, the others never ha...
asked by 04.07.2016 / 14:46
0
answers

PhoneGap + IFrame

I want to start using PhoneGap and I wanted to know if I could use an IFrame inside the APP to open a webpage. If someone else knows how to do this will be helping me, thank you.     
asked by 19.06.2016 / 17:12
0
answers

facebook video does not open in full screen

I embeded a facebook video to publish on my site, but when I click to enlarge full screen it increases the screen of the video, however within the div of the page. The video does not zoom "over" the page. This happens only in the google chrome b...
asked by 27.04.2016 / 19:22
1
answer

Div with hide and iframe inside, however link does not open

When you enter the site , you will see that you will have a div by following the mouse, and the content of it is an iframe. When they click on this div or the image of the iframe, they disappear, however, the main objective is to click on the l...
asked by 07.03.2016 / 06:32
1
answer

Fill in the inputs of an iframe

Good afternoon. I would like to know if it is possible to populate iframe inputs through JavaScript. <iframe src="http://frame.com"width="100%" height="800" id="frame"></iframe> I know the input name of the iframe and thought ab...
asked by 13.01.2016 / 16:20
0
answers

Problems with iframe and jquery

Well I have a small big problem with iframe. <iframe src="index.php" frameborder="0" name="site" class="site"></iframe> <iframe src="toca/player.php?volume=100" name="player" frameborder="0" class="toca"></iframe>...
asked by 03.01.2016 / 18:58
0
answers

How to make a certain link of an iframe load the whole page

Example: <iframe scr="https://www.google.com.br/?gfe_rd=cr&ei=WKaFVtKXJ8yG8Qec97KwCg#q=stack+overflow"></iframe>    A simple google search for Stack Overflow site I wanted it when I clicked the link (pt.stackoverflow...
asked by 01.01.2016 / 00:49