0
votes
0answers
10 views

Change target attribute of form tag from iframe source page

I've a page, PopUp.aspx, that is opened in a new window. This page has a iframe whose src is set in code behind (as this would be used for various pages). In one example, the src is set to a login ...
-1
votes
0answers
14 views

scrolling parent page whit mousewheel when iframe is pointed

I've following problem: I've a parent page, in which all the aothr pages are opened in an iFrame when clicking on a menu-item. The problem is that when the mouse is pointed on the iFrame section, that ...
-2
votes
3answers
34 views

How to open only some links in a iframe on the parent window

i have an iframe on a page which opens a calendar application, in this application, I have some links that are of the app itself, while some other links should open in the parent window. using: ...
0
votes
2answers
47 views

Trying to get iframe parent window element's data, and append to body of iframe

I have a hidden element on my [parent] page: <div class=output-data style="display:none"> <h1>Testing!</h1> </div> And now, I'm trying to get an iFrame embeded on the ...
0
votes
0answers
33 views

blackberry 9000 window.parent.parent cross site iframe issue

Ok, that one is kinda fun. consider application got 3 layers. Client - domainA ApplicationA - subdomianA.domianB ApplicationB - subdomianB.domianB And it uses nesting proxy iframes for ...
0
votes
2answers
198 views

How to close iframe in parent on successful login?

I'm trying to make login form open in iframe. If the login is successful when the user clicks submit button, I want iframe to close and redirect browser to index.php. The problem is that I don't know ...
2
votes
1answer
181 views

Need parent name of Iframe

I've been searching for a couple hours and haven't found a solution. Hopefully you can help. I want to get the name & path of the parent page within an Iframe. The reason for this is to prevent ...
0
votes
1answer
57 views

How do a pass a function the row number of an embedded iframe?

I have an table where every row has a hidden iframe on it. When the iframe is done loading it should call a function that sits on the parent page (this works). However, when the parent function is ...
0
votes
1answer
119 views

access a variable in a parent function from an iframe (Javascript)

I have a javascript like the following on my main page: It just defines a variable test1 = function(){ var bla= "bla"; } In my iFrame, I have another javascript which only produces an alert like ...
-1
votes
2answers
259 views

jquery accessing top document through iframe

I have gotten this to work earlier, but for some reason it's no longer working. Could someone please explain me why this won't work now? Page one that contains the iframe: <!DOCTYPE HTML PUBLIC ...
0
votes
1answer
131 views

iframe and header location issue

I am using an iframe under which another small application is running on. In one certain page of the iframe, I try to redirect the url to parent's index page. But if I am using ...
0
votes
0answers
67 views

Scroll parent page when focusing iframe

Im confused that I can't scroll parent window when mouse is over iframe, even tho iframe have no scrollbars at all and im viewing 100% of iframe document. So theres strange behavior in Firefox and ...
1
vote
3answers
297 views

iframe parent document element

This should work according to all the stuff I've looked up, but it just doesn't. I have a html with a document. It has a div, which contains a specific element which I want to access. ...
1
vote
1answer
83 views

Reference parent from iframe to apply function to iframe

I looked around here and found this script to reference a parent from an iframe: $(parent.document.body) But how would I right a script that says, if the body of the parent has a certain class, ...
1
vote
0answers
289 views

issue opening thickbox from inside an existing iframe

So I seem to have found myself in a bit of pickle. In order to keep a header flash element from reloading every time someone goes to a different page, I encapsulated all my site's content in an ...
0
votes
0answers
71 views

Forwarding request (not redirecting) to parent window from iframe

I have a link that opens up in an iframe embedded in parent window. Now if for some reason the processing fails, I need to display the "error message" in parent window. Wondering if there is a way to ...
2
votes
1answer
39 views

How can i make the parent url automatically update to a unique url when iframe loads particular content?

Okay, i'm extremely new to this sort of thing, so i am probably using incorrect terminology, but i've been trying to find an answer and can't, so i'm asking here! I have a website made in Tumblr that ...
1
vote
0answers
109 views

How do you initialize qTip from the parent document when using iframes?

I am using jQuery qTip within an iframe, and I understand from this posting http://stackoverflow.com/a/7398663/1056713 that the way to prevent tooltips from getting cut off if they exceed the confines ...
1
vote
2answers
790 views

jQuery Lightbox Evolution: Load lightbox outside a iframe

I'm using a jQuery Lightbox Evolution plugin, and I have photo links inside a iframe. I wanna that Lightbox open outside a iframe, in a parent window. In the FAQ, i find that I can put some code on ...
0
votes
0answers
192 views

Javascript Page Load Redirection Parent Frame

I have an iframe popup where users log in. The problem is that when they login the redirection loads the page inside the iframe instead of the parent element. I know i need to insert this code ...
0
votes
3answers
344 views

iFrame move page up to parent div / top

I have an iFrame within a parent page the length of the content varies from page to page in the iFrame so I would like to have the page jump back up to the top in certain situations. This works fine ...
1
vote
1answer
216 views

Block Same Domain Iframe Access To Parent

I have a website xyz.com with an iframe that loads xyz.com/usersubmittedpage.html inside the iframe. How can i block the inner page from accessing the parent page. Same Origin Policy allows it to ...
0
votes
1answer
308 views

iFrame parent node

When I attempt to access the parent node of an iframe. I get an undefined value returned. var a = window.frames; for(i = 0; i < a.length; i++){ var val = ...
0
votes
1answer
106 views

Apply scripts and styles to iFrame?

I'm trying to create a small editor for a website. One of the features is a drag and drop interface. I'd like for the user to be able to drag elements to another position in the page. I was thinking ...
0
votes
1answer
1k views

Refresh parent Iframe from another Iframe

i wanna refresh parent's iframe from another iframe with javascript. more detail: ---------->iframe1(name:iframesubmit) | paraent | ---------->iframe2----->iframe3 iframe3 refresh ...
0
votes
0answers
112 views

Stop iframe from referencing parent's css file

My website consists of the main index page, which contains an iframe. All of the site's content, with the exclusion of the logo, navigation bar and sidebar is loaded into the iframe, so as to reduce ...
0
votes
1answer
150 views

Getting access to URL changes in an iframe

I have some existing JavaScript code, that I cannot change, that is loaded into an iframe. The initial page that is in the iframe is a local page but the links (actually <input ...
1
vote
1answer
1k views

Using JQuery to scroll an iframe from the parent

I'm trying to scroll an iframe from the parent window using JQuery. In other words, set up scroll buttons on the parent page that scroll the child iframe. It works fine with JavaScript, using: ...
0
votes
0answers
42 views

Changing IFrame Parent

I have a scenerio where in within my application I have a Grid page. From the Grid page I have exposed a hyperlink which shall open a IFrame which shall display the details of the clicked hyperlink. I ...
0
votes
0answers
105 views

Change an iframe's height from within the iframe

Is there a way to change the height of an iframe using a script on on the page that's in the iframe? I don't have access to the parent, and the only thing I've found are solutions that require you to ...
0
votes
0answers
95 views

Replace parent page within a iframe with child pages?

http://i47.tinypic.com/ab0dqa.jpg Dear coders, I simplify the problem; now all I need is the link page (see image above) to replace the parent page with the iframe. PS the link page don't have any ...
1
vote
2answers
2k views

Change Parent url from iframe

Need help with a simple problem! which has the following criteria: 1) click on images link in iframe changes Parent page, click on another iframe image link changes Parent to another page (see ...
0
votes
1answer
938 views

fail set parent's parent's iframe height in firefox

Background The relationship and hierachy of this pages are : -A.html (domain : domain1.com) ----B.html (domain : domain2.com) --------C.html ...
0
votes
1answer
318 views

html page outside iframe must call parent page

Well, apparently there is no answer yet to the problem I have. I made a website with an iframe. In this iframe I display the pages activaded by the menu buttons. Those pages are found by searchengines ...
1
vote
1answer
345 views

Can I access to iframe 's parent's element from the iframe page

First the two page in under the same domain In the parent page.htm I have only a element like input#test, then I set a iframe in the parent page,called child.htm,in the child.html I write js to find ...
1
vote
0answers
439 views

MailChimp form in iFrame, how to configure the “return to our homepage” link?

I have a WordPress site, and in one page I have an iFrame which loads a MailChimp form. After completing the form and submitting the info, I have the option from MailChimp to return to your homepage, ...
0
votes
0answers
128 views

Force target=“_parent” of all links in SWF ovject/iframe

I have a third party flash object placed inside an iframe and would like the links to stop opening in a new window. I have tried a few scripts from similar questions on stackoverflow but I think I ...
0
votes
1answer
2k views

open iframe fancybox from within an iframe so that it opens in the parent

I can get this to work which opens a fancybox IMAGE from within an iframe <a href="javascript:parent.$.fancybox.open({href : 'myurl'});">Open something</a> Problem I have is that I need ...
2
votes
0answers
2k views

Accessing parent.document from iFrame using jQuery, getting 'Access is denied' in IE?

I have a parent document that creates an iFrame and loads content. I'm using jQuery on the iframe document to access elements on the parent document and change their styling, like this popBox = ...
0
votes
1answer
50 views

Apply function across windows

Let's say that the main window (w2) is inserted vía iFrame (w1) to a page where I can't modify source code. When you submit a form in w2, a third iFrame (w3) is inserted. When I wrote the code, w1 ...
0
votes
1answer
623 views

Display images outside of an iframe using Colorbox

Please see example code I am working with: http://www.christoffah.com/kk/gallery.php The red and yellow DIVs contain iframes. Clicking a text link in the yellow DIV loads a colorbox photo, but it ...
1
vote
1answer
589 views

clicking 'back' from an iframe changes parent window

I have a script that writes an iFrame which loads a page. I created a JSFiddle to make things clear: link JSFiddle loading CNN in a frame This loads CNN in a frame. If you scroll down in the frame ...
0
votes
1answer
176 views

I need help calling a function from an iframe to main window and passing data in that function.

I am working on how to call a function from an iframe and pass data to that function on the parent window. Both the iframe and the parent window are on the same domain. I have a navigation in the ...
0
votes
1answer
1k views

Bind event from Iframe to parent window (Cross Browser)

I have an iframe that needs to to scroll the parent to top. Directly, using parent it is not possible for security reasons. Is there other way maybe by binding events. Can you post a sample of how ...
0
votes
0answers
776 views

Get the full inner height of iframe

i am trying to get the full height off the content within and iframe i am running the code here function autoResize(id){ alert('hi'); ...
0
votes
1answer
570 views

Call a parent function from inside an iFrame to change Element height

I'm building my first website and I have a main element which is supposed to stretch to the height of the content of the iFrame. I need a click in NavBox.htm (also iFrame'd into the Index page) to ...
0
votes
0answers
588 views

getElementById from Parent into iframe form textfield

I am creating a site for an antique shop, using thumbnails and Highslide popups. I have added a link in the popups, for example: a href="#" onclick="getItems('Une Dame de Qualite')">Please provide ...
0
votes
1answer
417 views

Facebook static HTML iFrame - Use JQuery to interact with the parent CSS?

I have come accross the static HTML app for facebook pages that allows us to build a landing page made up of HTML, CSS and even Javascript. eg. ...
0
votes
2answers
290 views

How do I link different child html in a single parent html from a second child html?

First, I am a new at webpage programming and I didn't seem to find a similar question to address the situation I am trying to figure out. Maybe I wasn't using the right terminology... I have a ...
0
votes
1answer
147 views

Parent content with iframe in blank page?

I have created a web page which for example contains some links and an iframe. These links are opened in iframe, so everything outside iframe is static (parent content doesn't reload). All works fine ...

1 2