iframe

Access Is Denied in IE only

This is not a dupe of permission-denied-ie-iframe but it is very closely related. I have a page hosted at http://www.enviroissues.com/comments/bpa_i5/default.aspx. This page is being displayed in an IFrame at http://www.bpa.gov/corporate/i-5-eis/ecomment.cfm. I am NOT trying to access dom elements on one domain from the other. My pag...

Access cross domain nested iframe from within the main iframe

I have a page that has a cross-domain iframe. On the page loaded in the iframe is a print button that runs some javascript to print an iframe named printFrame sitting on the page (on the nested page, not on the parent page). When I click on the button, in FF it works but IE gives me an error: frames.printFrame is null or not an object....

iFrame a specific part of a page?

I would like to target a specific part of a page to show in an iFrame. I know that this is possible as I found a solution for some while ago, but I lost the link and cant seem to find it on google anymore. If there is a kind soul out there that could help me out, I would appreciate it. ...

Have html in a string - need to show it as a separate html page using code

I have a script which takes in html from the user as in full page html either from the user or grabs it via curl or from an email. The thing is that I have the html in a string but on the same page I need to show the htmnl in a separate iframe. I don't want to reput any database, curl or imap code in the page referenced by teh iframe at ...

include a website in php file

Hi i am trying to include a webpage link from another website into my website. how can i do this? i tried <?php web_include ('http://website.com/website.html') ; ?> but all the commands are not loading after this statement. I want to include another webpage into my homepage directly. my homepage is completely designed in php, but the ...

iframe z-index dropdown menu

Due to the structure of my website, i am forced to use a iframe to display the dropdown menu html file. if not, I am not able to see the dropdown in IE. Here is the code I am using. <iframe id="a"name="FRAMENAME" src="http://website.com/dropdown.html" width="1000" style="position:relative" background="#F3F0ED" style="z-index:10000" heig...

How can I open a popup window from an iframe through javascript?

Is there any way to do that? ...

Facebook like button in flex app

This button is basically hosted on a html page and used trough an iframe. I believe flex does not have iframes out of the box. Are there are any good iframe components i can use? ...

Is it possible to insert a line of javascript into external iframe ?

Possible Duplicate: how to add code into a iframe I want to add some javascript code into external iframe. How to do it ? I want to actually add ads code into iframe pages ? Please help me ...

load current page into iframe in section of the page

I'm trying to load the current page into an iframe in a subset of the page via javascript. If I set the src to another page it works fine, but setting the src to location.href (or the current url specifically) renders an empty iframe. Why is this occuring, and how can I correct this? var my_Frame=document.createElement('iframe'); my_...

Counting tags inside a iframe using jquery

iframe src is like this:-<iframe src="http://mysite.com/testing.php?id=7632762"&gt;&lt;/iframe&gt; and the content is dynamic.How to find out number of <div> or <li> or <p> tags inside a iframe by using javascript on server side or client side ? -Thank you ...

Jquery iframe help

Hello, I'm pulling in a registration form from a third party on my company's website (http://www.pershing.com/events/customer_conference/register/index.html). The user selects the type of attendee they are and hits "Next". At this point they are asked to input their information. The problem happens when the user hits "Back". T...

An image covering parts of an iFrame...?

Is there any way that I can cover parts of an iFrame with an image on the front? Basically like a layer on top. Any help would be greatly appreciated. ...

Will removing an iframe from the DOM always stop an upload POSTed from that iframe?

I'm doing some async file uploading with iframes, and I'm wondering if simply pruning the iframe from the DOM is enough to cancel an upload. This discussion seems to imply that this a poor approach to the problem overall, but annoyingly the JS `expert' refuses to reveal his solution. Anyway, removing the iframe works in Gecko + WebKit,...

Refresh an iframe

How to refresh an iframe? For example: <iframe src="http://google.com"&gt;&lt;/iframe&gt; I click on "Videos" in this iframe ,then click on a button to refresh the iframe and I want when the iframe is refreshed ,to be on that "Videos" page. ...

Is it possible to close prettyphoto modal inside iframe?

I'm using prettyphoto jquery plugin for lightbox. When somebody clicks on a link it opens a lightbox iframe. Inside the iframe there is button that should close the lightbox. in documentation there is a code: $.prettyPhoto.close(); But don't how to use it properly. So I ask how to close a lightbox inside iframe. ...

How to get viewport/full screen meta tags in an iframe page effecting the wrapping HTML?

(The title may not be proper but I try my best to phrase it) Description: I forward a domain(a.com) to another domain(b.com/a) in my domain registrar. To make sure that the user see a.com on the browser URL bar, I enable domain masking for it. However, I discover that the domain masking in fact using an iframe trick to include b.com/a ...

Iframe src caching issue on firefox

I have an iframe element with a random scr attribute. When I do refresh the page every time, the iframe should load the page with different query parameters based on the src attribute. But in firefox, if I try to load dynamic URL in an iframe, it always execute the first time executed URL eventhough the src attribute changes dynamically....

Ajax file upload, iFrame and calling parent method from changed content

Hello, I'm having a technical issue in a web project, involving an Ajax file upload. I'm using the well-known "fake Ajax iFrame technique". The problem is that it is necessary for the page that calls the upload method to receive the database primary key of the inserted record, made with the upload. So what happens is : we have a ...

Transparent iframe in IE7

Everything was normal until I tested the page on IE7. I'm using greybox (but that is not important) and the pop-up page is with semi-transparent PNG background and looks ok... except on IE7 where the page gets background somehow. I try to set body { background-color: transparent } and #id_frame { background-color: transparen } ...