An `iframe` is an HTML element that creates an "inline frame" within a document.

learn more… | top users | synonyms (1)

0
votes
0answers
8 views

Why does my cross-domain postMessage only work when passing “*” as origin parameter?

I'm working with 2 localdomains, localhost and domain1 to test a postMessaging system using iFrames from both domains. I can correctly identify the respective window element (on both domains) to send ...
-1
votes
0answers
15 views

Like box disappears [closed]

I created a like box for my Facebook page. There is no problem setting up the like box. The problem is the like box won't appear after pasting code in my website page. I tried several times. I ...
0
votes
0answers
10 views

IE8 issue :Not refreshing the search result at the first time when used jQuery modal dialogue

I am using jquery modal dialogue, within dialogue we embedded iframe. iframe contain button "Show search result" at 1st attempt of "Show search result" button click, nothing happen. My result is not ...
0
votes
1answer
12 views

How to load two separate pages to two separate iframes?

I have a web page with two iframes: iframe.main and iframe.secondary. I was wondering if there's a way to load a specific page to iframe.secondary as the page in iframe.main is loaded? I'll try to ...
0
votes
0answers
34 views

How to open links in an iframe?

I want to create a single iframe in which I want to load both links below: <a href="http://www.deccanchronicle.com" target="loadWebPages">News</a><br> <a ...
0
votes
1answer
28 views

Cant add stylesheets to iframe in internet explorer

Im working with an external iframe that I want to style using my own css. The iframe is loaded and created by a javascript witch itself is loaded by another javascript. Since this is a service ...
0
votes
0answers
62 views

(close) html iframe height 100% but show longer that

I have used iframe to display animation and have applied the following CSS #iframe_box { background: pink; border:none; width:100%; overflow:hidden; margin-top:-7px; min-height:100%; } ...
0
votes
1answer
8 views

Content inside iframe match width of parent div

I have a responsive website that changes style sheets depending on browser width. I have a webform embeded through an iframe. The webform it's self is also responsive. Is there anyway to have the ...
0
votes
1answer
26 views

Passing AngularJS variable through form input field does not work

I have an iFrame that has content on a different domain, that I also control. I like to pass confidential data from the parent to the iFrame. Therefore, I do not want to pass it via query string or ...
0
votes
0answers
8 views

Show OWA in iFrame

Has anyone had success with showing "full version" 2010 OWA in an iFrame within an ASP.NET web application? I am able to do this running it in "Light version", but I would like to run it as a full ...
0
votes
1answer
21 views

Phonegap: Access Phonegap API in remote HTML page

I would like to call phonegap API (e.g. Camera, File API) in remote HTML page (http://xxx.com) using Worklight. I have tried to use (1) iFrame and (2) embed in WebView. (1) iFrame <iframe ...
0
votes
0answers
10 views

Browser Caching iFrame

I'm using an iFrame to put a Server Status Script onto my IPB Portal Block. It seems to be that Chrome is cache the results of the Server Status. How could I get it so that the Browser does not cache ...
0
votes
0answers
10 views

YOUTUBE IFRAME API - YT.PlayerState.ENDED for videos within a playlist?

I use Youtube's iframe embedded player and need to trigger a function everytime the playlist has finished playing a video. I need to delete the Uploader name and title of previous video before the ...
2
votes
0answers
33 views

Load an iframe in Colorbox when click on an image

I have two plugins: Tiles Gallery and Colorbox - a very basic gallery setup, click on a thumbnail -> load full size in Colorbox. However, I would like to be able to click on a gallery image and load a ...
0
votes
0answers
13 views

pdf first page display as a div

I have an object in html displaying a pdf document. What I want is disable the scrollbar (none of the methods like scrollbar:no or border adjustment worked for me) Make the object behave like a ...

1 2 3 4 5 688
15 30 50 per page