I am trying to create a Firefox extension that uses a flex application. I have tried to wrap it in XUL types ( and ) and I have no preference as to which one I use... whichever works.
The problem is that whenever I use a relative path (access through chrome:// or mySWF.html) the flash fails to load.
I have a method to search for the a...
hi everybody!
i need to get iframe content in javascript or jquery, but main problem is that iframe src is other domain web site, how can i do it?
...
Hi,
I've got a PHP page serving content into an Iframe on another website, and it needs to re-load content inside the Iframe according to user interaction on the host website. The page content that's inside the Iframe contains multiple URLs.
In order for the Iframe interaction to work, I was thinking of using a request parameter in the...
Hello.
I was wondering how you use a javascript tag in HTML to create an Iframe.
I've see it around, for example the 'Share This' button that everyone wants in there site is a script tage that then turns it's self into an Iframe.
How do you do this. I would rather give the client a line of script as opposed to an Iframe tag (so I can ...
I have the url that i retrieve for an item and for each record i need to create an iframe to house them
Example
http://www.videoapt.com/tabid/53/VPID/119/VP/AMLI7thStreetStation/Default.aspx
how do i do this and whats the syntax for creating an iframe and does this iframe size to the url size.
...
I've found solutions for manipulating everything except what I need. Here's the scenario
Just like in GMail - main content is presented in an iframe. Clicking links on the main page targets the iframe. This works well, and seamless.
At this point if I click "Back" on the browser -- the iframe will go back. This is good because cache is...
I am trying to load two iframes one on top of the other and i only see the top one visible
<iframe src ="http://www.videoapt.com/tabid/53/VPID/119/VP/AMLI7thStreetStation/Default.aspx" width="700" height="500" frameborder="0" scrolling="auto"><br>
<iframe src ="http://www.circlepix.com/home3/LWAPPH" width="700" height="500" frameborder=...
I have a site that uses the database for storing its session data. on this site I have a link which opens a page that contains an iframe in it. Inside the iframe I have a 3rd party app that is using its own session information for login, etc.
When I am inside the 3rd party app I want to be able to access the $_SESSION information fr...
I was experiencing a bug with my Facebook 'like' buttons. The fix for the bug was posted here:
http://wiki.github.com/facebook/connect-js/custom-channel-url
At the beginning of this solution it states that the bug only occurs on pages with autostart video (which I don't have) or pages with frame busting code.
I'm therefore assuming m...
How to hide adsense iframe/div when no ads for this box are available?
...
If I want to show some pages of my site in some other website, which method is best? iframe or Embed?
Thanks
...
Hi, I have an iFrame that does some background processing. When this processing is complete I would like to re-direct the user to another page, but the header change code is only affecting the embedded iFrame. Is there a way to target the main window?
...
I know this can't be done with iFrames or the default jQuery load function, so I'm looking for a 'workaround' or concept that would work better.
We have to load an iframe to display a checkout process (long story) and the iFrame content is too wide.
Without making it scroll, is there a way to hide some of the content or resize the inner...
Hello,
I have seen multiple posts and websites regarding this issue, yet none of the solutions / workarounds posted have worked for me. I am trying to load an ASP.NET report into an iFrame. The iFrame will load correctly (across all browsers), but when I run the report, Internet Explorer only will show the following error:
"ASP.NET ses...
I have a web application that:
1. Is an iframe (it appears in multiple places, e.g facebook).
2. Has modals in it (I'm using jqmodal).
3. Has a vertical scrollbar.
The problem is that when a modal is opened from a link at the bottom of my page, the modal appears at the top of my page, so the user has to scroll upwards in order to see th...
I am working on a website that generates traffic for partner sites. When a partner site's logo is clicked on our site we open the partner site in a page that contains our basic header and the partner site within an iframe. Earlier we were simply opening the partner site in new window. All cool so far.
Most partner sites use google analy...
I don't know if this is even possible, but here goes: I have an ASP.NET page that contains an IFrame that calls an HTML page. Is it possible to pass a variable from the ASP.NET page to the HTML within the IFrame? More specifically, I'd like for the ASP.NET page to fill in one of the fields on the form within the HTML page.
...
I am developing an ASP.NET 4.0 web application in which I am trying to use an iframe to load a third party website:
<iframe id="ifr1" src="http://newdomain.com?id=test&password=123"
width="100%" height="600px">
</iframe>
The newdomain.com is trying to place cookies in the browser and IE dosent like that. I have no c...
Hi,
Is there a way to prevent the error "This webpage is not available." from displaying within an iframe that displayed on another site?
For example, if I have a website and I want to display my Facebook fans in a box, one way to display it is with an iframe (typically Facebook supplied code). However, if for some reason Facebook is d...
I have an <iframe> whose src points to a plain text file (not HTML). The text gets loaded and displayed on screen, but seems to be hidden to JavaScript.
In other browsers, iframe.contentWindow.document.body.innerText is enough to get it for you, but IE returns an empty string in that case.
Is there a way that IE can access the text ins...