I am generating an iFrame that following some processing with the frame (from an external site) redirects back to my domain (within the iframe), which should then reload the parent frame. However I've tried multiple ways of calling the parent, but none of them seem to work in safari?
methods use include.
self.parent.location="/";
self....
Of the following, which are not run in the same thread as the current page in IE8?
An iframe with the same domain as the current page.
An iframe with a sub-domain of the current page's domain.
An iframe with a super-domain of the current page's domain.
An iframe with a completely different domain from the current page.
I want to know...
Hello All-
I know there are some tools and techniques for delaying the load of javascript, but I have an iframe that I would like to delay loading until after the rest of the page has finished downloading and rendering (the iframe is in a hidden that will not be revealed until someone clicks on a particular tab on the page. Is there a...
I have content in an iframe, and when I scroll the main page (outside of the iframe), I get weird artifacts inside of the iframe, from the select and flash controls, in IE6.
How it should look (and does look in IE6 before scrolling the outer page):
How it looks after scrolling the outer page in IE6:
It works fine in other browsers...
I'm attempting to create an <iframe> using JavaScript, then append a <script> element to that <iframe>, which I want to run in the context of the <iframe>d document.
Unfortunately, it seems I'm doing something wrong - my JavaScript appears to execute successfully, but the context of the <script> is the parent page, not the <iframe>d doc...
I have swf menu with submenu, but when i put it in aspx page then i cannot see submenu items. because they have to get out from swf frame. how can i solve this problem?
...
We are trying to place a flash with transparency that covers an iframe. The iframe will load any external website.
Is there a way to setup the page so the flash is shown but the underlying site is still usable (focus, clicks, formes submitting...etc).
...
hello,
i have some form which split by iframe.
subject field is no probelm ,but content field was come from another iframe source..
so i can't input text in content's field..
im using PAMIE and win32com module..
i have to put text in 'contents.contentsValue' here.
but i have no luck..anyone can help me? if so really appreciate
follow is...
Let say I have two pages. One of them contains another one inside as iframe. If you subscribe to onbeforeunload event on the parent page, then this event doesn't triggers if you close tab when iframe is in focus. I suppose it is a bug as written here:
Google Chrome issues
But I mentioned that, for example, google docs handle this situa...
I've got a page with an iframe that I'm trying to track the history with using the YUI Browser History Manager.
I have two IFRAMEs on the page, one for the manager and one which I'm using to navigate.
The issue I'm running is to is that after I've navigated the frame a few times and the back button is hit for the first time, the YUI ma...
I'm using http://code.google.com/p/flex-iframe/ for showing wikicontent in a flex app.
<?xml version="1.0"?>
<mx:TitleWindow
xmlns:mx="http://www.adobe.com/2006/mxml"
xmlns:components="components.*"
title="Hjälp"
showCloseButton="true"
close="close();"
styleName="Popup"
paddingBottom="0"
paddingLeft="0"
paddingRight="0"
paddingTop="0"
w...
The question is on iframes/bookmarkablity and back button functionality.
This issue I am facing is how to create iframes with bookmarkable url's without loosing the back button functionality.Lets say all the pages are in the same domain and the child pages inform parent of the child page load for updating the window.location.hash pro...
Hi all,
I have an iframe on a page, coming from a 3rd party (an ad). I'd like to fire a click event when that iframe is clicked in (to record some in-house stats). Something like:
$('#iframe_id').click(function() {
//run function that records clicks
});
..based on HTML of:
<iframe id="iframe_id" src="http://something.com"><...
Hi Masters Of Web Development.
I have a not that simple question this time. I have got a simple external HTML page, that I want to include in my site. The HTML page contains a submit form or something like that, and I wish to send this data from the form, without to reload the whole page. So I decided to put HTML page inside iframe. But...
Hello Guys!
any FB experts here? After reading about 15 thread on FB forums I don'T know where to go next =(
We have an iFrame FB app: http://apps.facebook.com/myapp
all links used in app are like: href="http://www.mysite.com/index.php?parm=value ..."
now when I click on any link, I am out of facebook and land on our server.
Don't ...
i need to create a frameborder=0 iframe with no scroll bars.
it needs to automatically resize it's width basedon the browser window's current width.
its height needs to be based on the document.length. so if its a long page, iframe needs to stretch way down.
this way, there is no scrollbar created in teh iframe.
...
Hello,
I want to crawl a website anonymously without having to rely on an anonymous proxy server.
So I was thinking of letting users of my website help me by inserting an invisible IFrame in my template - the IFrame src would be set to a webpage URL I needed, and then uploaded to my server with AJAX.
(I can't use AJAX for the downloadi...
mysite.com has an iframe which loads some differentsite.com.
need to run javascript on this loaded iframe document.
Single Origin Policy kicks in.
i resort to using proxy. its slow, creates bottleneck, unable to fully render the site (JS is not rendered).
Alternatives ?
...
Hello all,
I am building a small facebook application in an iframe mod. In my application I want to enable my users to search their friends. After working a bit with XFBML I’ve added the following code to my aspx page:
<fb:serverfbml>
<script type="text/fbml">
<fb:fbml>
<fb:multi-friend-input width="150px" bo...
Ok ie 8 does not want to play nice
i have a border showing on my iframe and cant get ride of it
IE 6 and 7 work as intended with a little javascript
function test(){
var iframe=document.getElementById('frame2');
iframe.contentWindow.document.body.style.backgroundColor="#a31d1d";
iframe.contentWindow.document.body.style.b...