Questions tagged as 'iframe'

2
answers

show angular variable in iframe

Hello, I have an iframe from youtube and I have to pass it to the video id, which is saved in the database, for this I am using an angular variable, as follows: <iframe width="100%" height="650px" src="https://www.youtube.com/embed/{{institu...
asked by 14.04.2016 / 19:30
2
answers

How to make a button that calls an iframe

In% with% below, I need it only to be shown when I click on any button. How do I do this? <div> <iframe width="1100" height="500" id="iframe" src="https://www.google.com.br"scrolling...
asked by 19.10.2015 / 22:28
1
answer

What is the best way to add a dynamic banner to another site?

The situation is as follows, I am developing a system where users can create dynamic and customized banners with our products and display on their websites. The data of each banner created is in our database. What I'm finding difficult is to dis...
asked by 26.01.2015 / 14:19
1
answer

Embedded iframe from another site - 100% screen

They passed me a code to embed on my site, but it generates an iframe and does not occupy 100% of the screen. #areaCondominio { width: 100%; background: red; h1: blue; } #testenov { width: 100%; background: orange; } &l...
asked by 12.11.2018 / 12:35
1
answer

prepare Iframe or embed responsive for mobile

Personal I have a C # MVC5 project and my scenario is as follows: I have to open in a friendly url a large series of pages (with media content) made by third parties. One at a time clear (according to the parameter received) I then created this...
asked by 27.08.2018 / 15:14
2
answers

Put "hand" in the iframe [duplicate]

Good morning. I'm opening .png files with iframe and would like to know if it's possible to put that "little hand" that google maps uses to drag the image inside the iframe. The usefulness of this "little hand" is to drag the image to the si...
asked by 04.01.2018 / 12:10
1
answer

Hide or obfuscate iframe SRC

Opa, I need to hide the src code of the iframe in html, I tried to alter it as follows $('#iframe').attr('src', 'http://www.site.com/'); Unsuccessful, how can I hide or obscure the iframe's src? Vlw     
asked by 29.03.2017 / 01:32
1
answer

I can not access IE checkbox element by vba

I'm trying to click on a checkbox in IE using VBA, but I can not access the element of this checkbox. I searched in several distinct forums and the closest I found was that access to a part of the tree might not be allowed. The site is: "...
asked by 03.05.2017 / 21:13
1
answer

How do I change the style of an element in an iframe from the parent page?

I use a component that generates a iframe by accessing a remote page. Example: Assuming that in iframe there is a table with some TDs with class destaque , I want to put a red border in these "highlights". I trie...
asked by 14.10.2016 / 01:17
1
answer

Placing a dynamic YouTube video in an iframe (asp.net)

Good evening! I'm trying to put a youtube video based on a url stored in a sql database, the problem is that the way I found it to put, works only with some static url, in the following way: <iframe width="560" height="315" src="https://www...
asked by 18.05.2016 / 02:41