iframe Questions

1

I want to know whether it's possible to support X-Frame-Options for a different subdomain of same domain.
Pouliot asked 17/6, 2015 at 14:30

2

Solved

I'm working on a CMS, and want to let users embed Soundcloud tunes and playlists. I'd like to avoid fiddling with the API - since it doesn't appear to be necessary: ) Instead I just piece together ...
Blythe asked 29/2, 2016 at 17:17

5

Solved

I don't know what to do. I tried several sample codes from different sources, I tried them in different browsers (from Chrome 9 to FF 4), and still nothing seems to be working with the "postMessage...
Protean asked 20/6, 2011 at 13:18

5

Solved

I have a iframe inside a div. I want the size of iframe to be exactly the size of its parent div. I used following code to set the width and height of iframe. <iframe src="./myPage.aspx" id="my...
Hildahildagard asked 12/9, 2013 at 13:32

2

Solved

I'm trying to load a checkout.stripe in an iframe, but it doesn't work, I get this message: Stripe Checkout is not able to run in an iFrame. Please redirect to Checkout at the top level. I read b...
Kalman asked 19/6, 2023 at 18:35

3

I've been trying to use the z-index css attribute to make one element always be in front of another, but it isn't working. The z-index of one element is clearly greater than that of the other, but ...
Viewfinder asked 14/11, 2011 at 17:5

3

There are already a few questions related to using the local storage with iframes to be able to share data across different domains. However, none of them addresses the issue when the "Block t...
Clausen asked 22/5, 2021 at 0:44

1

I have two sites with different origins. Let it be foo.com and bar.com. Site foo.com fires messages through BroadcastChannel with 'payment-info' name. I also have an iframe, hosted on foo.com which...
Fuentes asked 29/6, 2023 at 13:13

5

I had seen a lot of people asking how to make iframe 100% height. That can be easily archived using some CSS. It will make the iframe display 100% as relative to the device screen. But how to make ...
Nagey asked 13/3, 2018 at 10:7

4

I am adding youtube video to a companies website and would like them to display on non-flash devices. I have been playing with the youtube iframe API and updated one of their examples to allow a us...
Rock asked 20/3, 2012 at 6:33

6

My question is about iOS9 only! I have an HTML landing page, and I try to redirect the user to my app via URL scheme if the app is installed, or redirect to the Appstore otherwise. My code is: d...
Unbearable asked 21/9, 2015 at 7:22

11

Solved

jQuery's scrollTop returns null when window is an iframe. Has anyone been able to figure out how to get scrollTop of an iframe? more info: my script is running in the iframe itself, the parent wi...
Iyar asked 5/12, 2009 at 15:44

11

Solved

I am using iframes in my page, and have stumbled across a weird issue. I set the iframe css like so iframe { margin: none; padding: none; background: blue; /* this is just to make the frames ea...
Incriminate asked 18/7, 2011 at 15:6

4

I need to have a (crossdomain) iframe with dynamic width and height. My question is, Can I create an iframe with 100% size and a transparent background that will show the parent of this iframe, be...
Alisa asked 17/6, 2010 at 17:51

3

I've seen different methods for posting data to an iframe but I can't find one where I can just send a JSON object. All the methods seem to require me to use form elements to put my data in.
Marmolada asked 22/8, 2012 at 20:36

7

Solved

I am trying to display a 'mask' on my client while a file is dynamically generated server side. Seems like the recommend work around for this (since its not ajax) is to use an iframe and listen fro...
Dormie asked 13/12, 2013 at 17:42

2

Solved

i was trying to inject script inside an iframe element trying to implement this way, child and parent does not belong to same domain (i know XSS is prevented in latest browsers) is there any way to...
Coverley asked 23/2, 2013 at 14:54

6

Solved

I've got this iframe that is working fine on FF, but it doesn't seem to load up on Google Chrome. Could someone tell me why this is happening? My iframe: <iframe src="http://tripsketch.c...
Escutcheon asked 14/8, 2013 at 4:7

28

Solved

I want to design a web page with a banner and an iframe. I hope the iframe can fill all the remaining page height and be resized automatically as the browser is resizing. Is it possible to get it d...
Bellanca asked 28/11, 2008 at 8:23

1

On a website I have an iframe that loads my game (from another domain), I would like to capture and stream it. How can I achieve this? just the contents of this iframe as the user interact with it,...
Congenital asked 21/2, 2022 at 1:13

7

Solved

I have an iframe with an inherited pointer-events: none; but when I have inserted a <div> inside the iframe with a pointer-events: auto; the div won't react to clicks or any mouse hover event...
Phraseologist asked 27/4, 2014 at 22:46

3

Solved

We are working on the software for a museum. There are several interactive kiosks with touch screen running on Windows 8.1 which are connected into local network. No keyboard, no mouse. The server ...
Shrum asked 29/1, 2015 at 19:3

8

We have a Qucksight dashboard that is being displayed within an iframe <iframe src="https://ap-southeast-2.quicksight.aws.amazon.com/.../" height="3200px" overflow="auto" width="100%" framebord...
Skyla asked 1/10, 2019 at 5:58

12

Solved

How can I control the background image and colour of a body element within an iframe? Note, the embedded body element has a class, and the iframe is of a page that is part of my site. The reason ...
Railroad asked 27/6, 2011 at 14:49

3

Solved

I am parsing html in the $content variable with the DOMDocument to replace all iframes with images. The foreach is only replacing the ODD iframes. I have removed all the code in the foreach and fou...
Va asked 23/1, 2015 at 22:32

© 2022 - 2024 — McMap. All rights reserved.