iframe

hide iframe that is externally provided

hi there, I have a iframe that loads into out page that causes a display issue. We've tried CSS changes although it still causes a problem. Is there anyway to hide an iframe using jquery that is loaded externally. we've tried the document ready but it looks like the external js file that it uses also has the document ready method so...

Using the back button to reverse the effects of AJAX in my web application

I am using ajax to load into an element on my page, but I want this action to be reversed with the back button ... I'd rather the URL change to a real URL like mysite.com/page1 rather than mysite.com/page#page1 I read somewhere about using a hidden iframe to achieve this ? Can anyone help me out? ...

facebook API limitations (iframe)

On sign-up (i.e. when accessing the app), we need to get user's permission to invite their friends to use the app. When a user has finished using the app and the picture displays on their wall, we need to share the post with all of their friends automatically Can this be done in FB application running from iframe? What would be the easi...

Cross domain access permission denied in iframe

Hi, I am trying to embed OWA (microsoft exchange server 2010) in a web page within an iFrame but i get a javascript error on the OWA page saying Access Denied and then none of the controls within the OWA window work. I have to use OWA in web page , i read in the form that cross domain not work properly. Is there any other way by whi...

display loading graphic while iframe loads content from other domain

I need a loading graphic to appear for pages in a lightboxed iframe with a different domain than the parent (checkout.netsuite.com). The pages that aren't triggering the graphic aren't requested via ajax (ie. no $.post()). The page that does correctly call the loading graphic is requested via $.post(). 3 steps to see the difference betw...

Style and Javascript Not Working

Hi, I have the following seems to work in Internet Explorer but not Chrome. Can anyone please explain why, and what I should do to correct it. <iframe id="confirmed_list" src="./meets/confirmed.php?meet_id=$1" scrolling="no" width="80%" onload="document.getElementById('confirmed_list').height = confirmed_list.document.body.scrollHeight...

Thoughts on using a third party shopping cart in an iFrame

We have a client that wants to use a third party shopping cart on their website, but the URL we'd have to send our clients to looks pretty ugly and there is no way to do any skinning. The client brought up using an iFrame to keep the shopping cart on their website. If both sites had SSL so that at least the padlock would still be there,...

Have iFrame fill screen minus a set pixel footer

Hi SO, How do you get an iframe to fill up the height of the screen minus a 33px footer space at the bottom? I need the scrollbars of the iframe (both up and down arrow) to show. And it must be without Javascript (so it can degrade pleasantly :). (The only thing I've found on SO is to use padding-top which doesn't seem to work in my ...

iFrames bad or good?

Possible Duplicate: Are iframes considered 'bad practice'? Some say that iFrame is evil. But it seems that Facebook uses iFrames for the Facebook applications, and dumping FBML (Facebook markup language). I have never used iFrames before, but is it a good practice to use them if you want to "install" other web applications o...

Create an Iframe from a Drupal Website

I have a drupal website. I want to generate an Iframe with content from my drupal site, that other sites can embed. How I think this can be achieved: Method 1: Create a php script that is autonomous from the drupal engine. Import the configuration file and hence gain access to the database. Generate the content as a standalone webpag...

unable to remove border when i have an iframe within an iframe for IE

i have an iframe nested inside another iframe, and for both iframes i have these attributes: frameBorder="0" marginWidth="0" marginHeight="0" scrolling="no" Ive also tried: style="border: 0px; margin: 0px; padding: 0px;" It seems that no matter what I try, the border of the inner iframe keeps showing, as well as the padding withi...

Using Fancybox - Opening an iframe, need rounded corners in IE.

Hi, Using CSS I can get the iframe popup to have rounded corners in all browsers besides IE. I have tried to use a few jQuery plugins for rounded corners, and applying them to #fancybox-outer with no success. Does anyone please have a solution for rounded corners and fancybox (iframe) using IE. A demo would even be better! Thanks in a...

Help with IE8 iframe's style affected parent page

I hava a page that includes an iframe, and the iframe's style affected parent page when mouse move out, what's going on? ...

jQuery When using an iframe, should I try to consolidate inner and outer instances of jQuery?

I code the game over at ninjawars.net, and have recently consolidated most of my (ugly) javascript code into a single object that gets re-used for the inner frame and the outer frame. We were going to consolidate the same instance of jQuery as well (i.e. making it a Global so that it is accessible via $ everywhere, but is only 1 jQuery ...

Youtube iframe wmode issue

Hi, Using javascript with jQuery, I am adding an iframe with a youtube url to display a video on a website however the embed code that gets loaded in the iframe from youtube doesnt have wmode="Opaque", therefore the modal boxes on the page are shown beneath the youtube video. Any ideas how to solve the issue? ...

prefilling an iframe form from another domain

Hey, I'm trying to prefill a form that's located in another domain. I have the form in an iframe and I remember that javascript doesn't allow cross domain scripting, so how would I go about filling in a form that's located on another domain? Is it even possible? I want to help my users by pre-filling certain information of the form tha...

Need help programming Facebook application!!

Now i tried thousands of codes, to get my visitors to see a "authentication sign" where i can get access to their walls. but i can't get that to be visible!! everytime i try taking my application from iframe to FBML it says: "The application you are trying to access does not exist or has been disabled." Can you even get them to authentic...

Get height of iframe with external URL

I have to include an external whitelabel site within an iframe on my page. There are numerous pages on the external site and they vary considerably in height. I need to adjust the height of my iframe to accommodate this. I can get the height of the first page loaded into the iframe (using PHP), but no way of getting subsequent page hei...

Google Chrome UserScript - Working with other windows and tied-up hands

I've got a little problem with UserScripts in Google Chrome, to be precise with getting to the object window of an iframe. Very doable via the Google Chrome console, very impossible via the UserScript or so it seems so far. To be honest it seems as if it was on purpose, as if there was some reason why I'm not allowed to access other wind...

customizing facebook like-box

hi fellow web developer, I would like to customize the design of my facebook like-box. ive already search the net and follow all the instructions, here's the link ive tried but its seems obsolete: http://www.daddydesign.com/wordpress/how-to-customize-your-facebook-fan-box/ there are lots of tutorial in web, but have the same solution....