iframe

internet explorer 7 iframe unloads when going back

Hi this is my first post here, so please be kind ;-) i'm implementing a browser history manager, just like rsh or yui browser history manager. The idea was not to constantly poll the url hash of a hidden iframe, but to capture the onscroll event of an iframe, when it scrolls to an anchor name on an urlhashchange. So on every click i a...

Using Facebook connect inside an IFrame (Not an Iframe inside facebook)

Hello, I'm trying to use Facebook connect in an IFrame. It seems that after the user finishes authenticating and granting my app permissions the Facebook cookies aren't saved on the browser. This is the scenario: 1) The user presses the connect button inside my Iframe. 2) The user is authenticate with FB Connect. 3) User grants perm...

Iframe changing height

I am trying to get an iframe to automatically resize once a user clicks a link inside of the iframe. How can I do this? ...

what is the jQuery / javascript context of a frame within an iframe?

Let me preface this with... I have referenced this question/answers and it seems to contain clues, but i'm still missing the whole picture http://stackoverflow.com/questions/539504/run-jquery-in-the-context-of-another-frame Essentially, the structure of the index page is this <html> <body> <div class="frames-wrap"> <iframe id=...

RPXNOW without refreshing

Is it possible to use rpx_now without refreshing the whole page after authenticated? I want to use the rpx_now in the widget like uservoice. User can click the widget everywhere in the website, see something in a popup iframe, user should do everything in the popup iframe including login. I found rpx_now was always refreshing the whole ...

How to syn form action in Facebook iframe canvas?

When I submit a form using method "POST" and full canvas callback Url action inside Facebook iframe canvas, I cannot get the form elements in the request. Can anyone give me some help on this? page code: <form action="http://apps.facebook.com/myapp" method="post" target="_top"> <input type="hidden" name="myvar" value="v" /> <input typ...

iframe problem using javascript

Does anyone know how to get the HTML out of an IFRAME? I have tried several different ways: document.getElementById('iframe01').contentDocument.body.innerHTML, document.frames['iframe01'].document.body.innerHTML, document.getElementById('iframe01').contentWindow.document.body.innerHTML, etc but none of them worked. I believe the reaso...

constantly resizing iframe to contents via Jquery

if found this solution on the web that re-sizes the iFrame on load. I was wondering how I can do this by setting an loop that constantly check's the active iframe's content size then resize it instantly any ideas on how to do this on Jquery? Thanks! ...

Growing an Iframe depending on the source inside it (which is another Server)

I use javascript to expand an Iframe to the size of the document it loads to remove any vertical scrollbar, like so: function resizeIframes() { $('iframe').load(function() { this.style.height = (this.contentWindow.document.body.offsetHeight + 40) + 'px'; } ); } Which works well enough for my uses. B...

i need to pass url var in the scr of a iframe

i need to know how to pass everything after the .php part in this link "http://wreckedclothing.net/help/[email protected]&amp;t=985559" to a iframe on the same page. "hosted on the same site" like this "<iframe> src="http://www.wreckedclothing.net/[email protected]&amp;t=985559" fram...

How to edit an IFrame in the IE8 Developer Tools?

I would like to edit the HTML code of an IFrame in IE8 with the IE8 Developer Tools. The HTML tab in the Developer Tools shows the original page and the IFrame just fine. But when I click on the edit icon, only the HTML code of the original site is shown, not the code of the IFrame. Firebug allows me to edit the IFrame. I need to do t...

Why firefox shows <object> and internet explorer shows <iframe> ?

Why if i use <object> in place for <iframe>, but IE shows <iframe> in rendered source. ...

Iframe Function Calling From Iframe to parent page javscript function

I want to call a js function from iframe to a parent window <script> function abc() { alert("sss"); } </script> <iframe id=myFrame> <a onclick="abc();" href=# >Call Me </a> </iframe> ...

Is is possible to read form values from a page within an Iframe?

I'm currently investigating whether it's possible to write a html/aspx page which contains an iframe which can read values entered in text boxes etc. Some of the knowns are: This will only need to work with IE 7/8 I have no control over the pages contained in the iframe The pages in the iframe are from a different domain I've tried ...

CoreLocation for OS X using iFrame Google Maps can't select "Map, Satellite, Terrain" as default

I have been modifying the code here: WhereIsMyMac to try and get a better understanding of CoreLocation for OS X. Unfortunately, I haven't been able to figure out how to modify the template HTML file to force a "Maps" view - my frame defaults to "Satellite View" Here is the relevant line: src="http://maps.google.com/maps?ie=UTF8&amp;am...

ckeditor scrollIntoView to a div element within the editor

I have a navigation menu out side ckeditor and i want to navigate within the editor as all my element in editor have ids scrollIntoView how does this work any example will be good ...

Detecting DOM Ready State Within an iFrame (jQuery)

I have a script being run in a document that may or may not be nested in an iframe. I have sorted out the issue of detecting the nested, but I can't figure out how to detect the ready state of the DOM when it is an iframe. Here is what I have already: if (window.self !== window.top) { // is nested // DOM ready test here ...

display jquery prettyPhoto lightbox in parent from iframe

Hi, I know this issue has been discussed before but I can't seem to get it to work. I have a master html page with an iframe on that page. I am using jquery prettyphoto and I was wondering how I can get the light box to display in the parent window when I click on the link in the iframe? Please my code below: Master Page: <!DOCTYPE h...

display jquery prettyPhoto lightbox in parent from iframe

Hi, I know this issue has been discussed before but I can't seem to get it to work. I have a master html page with an iframe on that page. I am using jquery prettyphoto and I was wondering how I can get the light box to display in the parent window when I click on the link in the iframe? Please my code below: Master Page <!DOCTYPE ht...

How to combine URLs when the iframe inside of a mainframe changes

How can I create a URL that will take a user to a specific iframe inside of a mainframe when not originally in the mainframe site? For example, if I have 3 iframes of images on my site and I want to share one of the images with another user, is there a way I can create a URL so that the person I share the URL will go to the specific ifr...