An <iframe></iframe> element allows the placement of an inline frame within an HTML document, which allows the display of another, separate document. Any content between the start and close tag of the <iframe> element is ignored. First introduced by Microsoft Internet Explorer in ...

learn more… | top users | synonyms (1)

1
vote
0answers
10 views

How to prevent disappearing of Iframe content

I have input parameters in my page with four frames . I used Export to Excel , PPT and Print functions in my page. The problem is when i use Export to PPT function , the page and iframe waits till ...
0
votes
1answer
12 views

I want to load only the body of the (Live)source url in in Iframe

I am doing the task of the load only body tag of the source URL in Iframe.No other than it. I have done following code for it. one javascript function Function test(){ var ...
0
votes
1answer
9 views

Cross-domain localStorage with iframes (Chrome)

I'm trying to store a value on another domain using an iframe (actually, I'm using the xauth library at http://xauth.org/info/). However, when I try to store anything using Chrome, it comes back with ...
0
votes
0answers
16 views

jquery ajax call fails and returns error on facebook iframes

I'm trying to add a form to a Facebook page through "Static HTML: iframe tabs" app. I am using jQuery,ajax,php to send the form and recieve success or error. When I run the form outside of Facebook ...
0
votes
0answers
5 views

Get Video Element in iFrame HTML 5 Embed

i am trying to get the HTML5 video Element inside the new Youtube Embed. If i try to access the iframe with the player.getIframe(), but i cant get deeper inside the iFrame Html to access the tag and ...
1
vote
1answer
14 views

Thickbox or something similar with a 100% window height

I am building a site with a video background and in order to keep that video playing with the visitors are browsing the site have gone with pop ups. I have used Thickbox to do this however it appears ...
0
votes
0answers
4 views

showing openx banner using js call after the page loaded

I have a dynamic page where some stuff are hidden. The hidden block only appear with interaction of the user. Inside this block there are banners, but I wouldn't like them to be created at loading, ...
0
votes
0answers
18 views

IE JS-error when closing a Fancybox-iframe containing a YouTube movie

The following error can even be found the FancyApps page itself. Go to http://fancyapps.com/fancybox/ in Internet Explorer 9 for example. Go to Internet Options > Advanced > Disable script debugging ...
0
votes
0answers
23 views

Iframe inside PhoneGap App will not load a PHP page

I am creating an iPad app, using HTML5 and PhoneGap. I am wanting to put an iframe into a page and pull through some content in a php page found remotely on our server. I have set the correct ...
0
votes
1answer
12 views

Facebook oauth redirect does not work in iframe

Recently I noticed that my applications on Facebook stopped to work properly. When someone opens app who did not authorize in yet I display simple content with link, When link is clicked, in ...
0
votes
0answers
10 views

iframe auto expand on IE8

I used the following code to auto expand iframe on two pages which both tested on Internet explorer 8. One page is auto expanded to show 100% page height, another page still show srollbar. But on ...
0
votes
1answer
27 views

opening src link without iframe

is there a method to open src link without iframe? i have a script with this code: <td><a target="_blank" style="margin-right:3px;" ...
0
votes
0answers
3 views

HTTPS iframe in HTTP site viewing in Chrome Browser

I have a HTTP site holding an HTTPS iframe. Initially, the iframe does not appear in Chrome (501 - erro_insecure_response) but it appears in IE and Firefox. If i access the iframe directly and ...
1
vote
3answers
39 views

access and change parent page from iframe (with jquery)

is there any way how to access from iframe to parrent page (and change parrent page)? <body> <iframe src="frame1.html" name="frame1" height="100%"></iframe> <div ...
0
votes
1answer
32 views

Colorbox iframe auto resize issue

$(document).ready(function(){ $(".iframe").colorbox({ iframe:true, innerWidth:300, innerHeight:600, scrolling:false }) ...

1 2 3 4 5 415
15 30 50 per page