Questions tagged as 'iframe'

0
answers

function from onclick in external url iframe

How to get the parameters of an onclick being the link in an external url iframe? on the same server does exactly what I need, already working with the help of a Stack (dvd) user. function looks like this: function funcao1(dom,se...
asked by 21.04.2018 / 16:25
0
answers

Change the Page URL by clicking links within an iframe

I have a posting system on a museum site. I would like that when I clicked on read more, the site would generate a url with the iframe with the post. <script type="text/javascript"> function resizeIframe(obj){ obj.style.height = 0; o...
asked by 08.03.2018 / 14:42
2
answers

Video continues to play when the mode closes

I created a modal that opens when clicking on an image, in this modal will have a video of youtube and a small description of the side, however whenever I close the modal the video continues to reproduce. I wanted the video to pause when I click...
asked by 03.01.2018 / 02:44
0
answers

Express.js check if requisition is made by iframe

How to check if the request is made by iframe in "express.js" ? Example: site A: <iframe src="http://siteb.com/router"> site B: app.get('/router', (req, res, next) => // logica... }) The question is not t...
asked by 06.12.2017 / 20:59
1
answer

How to make links open in an iframe?

How do I make the menu of the index.html page open the pages within iframe contained in the same document ( index.html ). For example, clicking the link page below the contato.html page loads into the iframe...
asked by 26.08.2015 / 20:26
1
answer

Auto play in iframe video

I'm trying to add autoplay to this Iframe but I can not, does the server not support this feature? <iframe width="640" height="360" frameborder="0" marginheight="0" marginwidth="0" scrolling="no" src="https://player.r7.com/video/i/59ce6d36...
asked by 29.09.2017 / 20:21
1
answer

Scroll beginning at the end with iframe instead of div

I would like a function of this type, except in iframe : function updateScroll() { var element = document.getElementById("oTeuId"); element.scrollTop = element.scrollHeight; } // primeira chamada ao...
asked by 10.08.2017 / 03:51
1
answer

Page content offset when closing modal bootstrap

I'm having the following problem when opening a link in a modal on my page and closing it the contents of the main page is shifted to the left, whenever the modal is opened and closed the content moves, I do not know why This happens, I apprecia...
asked by 16.08.2017 / 16:15
0
answers

IFrame - YouTube videos display

Good morning people, I would like some help, I need to show youtube videos on the site. This code I used worked, after page load, it displays the last five videos: <div class="video"> <script>...
asked by 03.07.2017 / 20:03
0
answers

clearing / reseting iframe

I'm working on the design of a portal with html5, css3 and js! When I click on a button, it loads the corresponding html into an iframe. The iframe is loaded in the iframe the htmls of the button "A" and then the button "B", when I go back by th...
asked by 26.03.2017 / 03:51