IFrame-name.location Problem Redirect Parent Window

May 5, 2006

After executing the iFrame-name.location=url (which worked fine by way,) there is a very undesirable event; the parent window also gets redirected to the same url.:mad: I am calling this function from a click event on an Image object. I have tried everything from return(false); to window.event.cancelBubble = true; nothing stops the parent window from navigating. The interesting thing is, if I hit the Back button it goes back and still redirect the parent window automatically, over and over.

The odd thing is I have identical code in another project and I never had problems.

Here is a portion of my javascript func:

function clicked_SubmitScreensBtn() {

var url = "ovExplorer.asp?Action=show&QData=BLABLABLA";
var iFrDoc = document.frames("ifrmOVExplorer").document;

iFrDoc.location.replace(url);

window.event.cancelBubble = true;
return(false);
}

And this is my iFrame in the HTML of the parent window:

<iframe name="ifrmOVExplorer" id="ifrmOVExplorerID" src="blank.htm" style="Z-INDEX: 10; VISIBILITY: visible; POSITION: absolute; LEFT: 22; TOP: 380; WIDTH: 306px; HEIGHT: 280px;" marginwidth="1" marginheight="1" align="left" border="0" frameborder="0" scrolling="no">
</iframe>

View 1 Replies


ADVERTISEMENT

Prevent Iframe Redirect To Parent Window

Jun 12, 2009

if i try iframe'ing this site [URL] it doesn't work :( , it automatically redirects the site to the parent window. this may be due to the some script code in that site :confused: ...

View 1 Replies View Related

Unable To Redirect To The Page Using Window.location ?

Sep 10, 2010

Unable to redirect to the page using window.location of javascript for the code given below

<script language="javascript">
function confirmation() {
var answer = confirm("Do you want to add more Bussess?")
if (answer){[code]....

View 4 Replies View Related

Window.opener.location - Set The Parent Window(main Browser)

Nov 13, 2011

I'm using window.showModalDialog but having an issue trying to set the parent window(main browser). I open modal window A which is then opens modal window B, top of modal window B onload I do window.opener.close()". My issue now is when i'm finished with B I set parent window(main browser) to a new url with window.opener.location. So my problem is modal window A the parent has been closed so window.opener.location will not work.

View 3 Replies View Related

Close Popup Window After Submit Then Redirect To Parent

Aug 18, 2011

as the title says, "close popup window after submit then redirect to parent". how do i do that? i google it and i saw that some people are using the following code:

window.close();
window.opener.location.reload();

The problem is, i dont know how to use and where them.

View 6 Replies View Related

Window Location In An IFRAME

Jul 23, 2005

i have the following script:

function subCat(){
var d = document.all;
var i = d.sid.value;
if(i != "-1"){
window.location = "subcat.php?sid="+i;
}
}

That is called on the following drop down menu:
<select name="sid" class="dropBox" id="sid" onChange="javascript:subCat()">
<option value="-1">Please Select</option>
<option value="1">category 1</option>
<option value="2">category 2</option>
<option value="3">category 3</option>
<option value="4">category 4</option>
</select>

It works fine in IE but not in Mozilla Firefox, what do i need to chnage to
make it work correctly?

View 2 Replies View Related

Target Window.location.href To Iframe On New Page

Jun 15, 2010

I know next to nothing about javascript and I don't even know if this is possible. I need to target window.location.href to an iframe on a different page. So, right now, the piece of the code that redirects the browser looks like this: window.location.href='http://www.somewhere.com/'; Works great, brings it up in the same browser window. So now I need to modify the code so it goes to a different page and brings that page up in a specified iframe.

View 6 Replies View Related

Iframe Window.location As A Global Variable - String

Oct 18, 2010

I have come up with form which pulls membership id, allows checkbox selections and commentry (custom feedback). The final piece that needs to be captured is the iframe's url. Now the content in the iframe is content produced by (madcap) flare.

I need to capture the window.location of the iframe url and pass that onto the asp.net masterpage. The iframe is also located in a content page. The iframes content is controlled by it's own TOC. I have added a script to this output so that each time the content (page) in the iframe changes the script alert's me of the new URL of the page just clicked/opened (this is the information I need passed as a variable).

Here is the code producing the desired alert output (page url).

Code:

The above produces the output I would like to capture (but instead of an alert output, I require this as a string) which will allow the insertion into my form as the final piece of information required.

I am not sure how I can convert or catch the output. Of course I would not want to use the alert function everytime the page changes, but would like to have the window.location bound to a string which I can then use when inserting into my codebehind sql statement.

All the captured data is being inserted using vb.net into a sql table.

I just need to make that content page > iframe (window.location) a global variable that my masterpages codebehind can inject into the INSERT SQL statement.

View 11 Replies View Related

Make Whole Page Send The User After Some Seconds To Another Page And Not Only The Iframe And Parent Location?

Jan 10, 2011

I have an webbpage, and in the middle of it there is an iframe to a php site. So i have used this code, so after some seconds the iframe will send the guest to another page. <meta http-equiv="refresh" traget="_top" content="5 url=http://mypage.com"/> But the thing is that i want the WHOLE page to reload, and go to that page after 5 seconds (we can say). With that code, only the iframe are going to another page. Is it possible to make the whole page send the user after some seconds, to another page and not only the iframe?

View 1 Replies View Related

Iframe Refresh From Parent Window?

Mar 17, 2011

Alright I have an Iframe, and at the end of that Iframe I have set a variable with JS to be equal to TRUE, indicating that the page has run through the script. I then check that the iframe from the parent window for that variable, if it has not been set yet (or does not equal true) it reloads the iframe.

The code works fine FF and Opera. However in IE it does not reload the frame if it is not true, and in Chrome it alerts undefined and does not reload the frame I have tried accessing the frame through the dom and it did not work for me, and i have also tried simply adding a tail to the iframes source with no success. :confused:

[Code]...

View 2 Replies View Related

Return From Iframe To Parent Window?

Aug 13, 2010

I need an answer to a problem with iframe below.I have an iframe jsp page which is a popup window from an other jsp page.The iframe jsp popup window has few buttons.I need the return reponse of button clicked from iframe in parent window.BTW the parent window is not an iframe.

View 1 Replies View Related

Can't Reference Parent Window From Within An Iframe

Feb 27, 2011

I have an iframe that can successfully reference its parent window, using the following code:

var elm = window.parent.document.getElementById('iframesID');

This works flawlessy in all browsers, EXCEPT for some reason, Safari 5 on Mac (Safari 5 on Windows works fine).

After debugging a bit, I found that the script breaks exactly on that line, and alerting the value of window.parent returns undefined. Going nuts! I Googled this specific question way too long and found no responses.

View 3 Replies View Related

IFRAME Communicating With Parent Window

Dec 2, 2004

I've got an IFRAME called "gallery" and I want to communicate with the parent page that the IFRAME is sitting in.

The IFRAME contains a load of thumbnails - and I want to tell an IMG to change its SRC... so the image changes when you click on a thumbnail.

View 1 Replies View Related

JQuery :: $.url() Function - Being Utilized For Parsing Out The Window.location Or Window.location.search Parameters

Feb 14, 2010

Danged if I can find the thread, but I swear I saw a $.url() reference in here a day or two ago. It was beingutilized for parsing out the window.location or window.location.search parameters. I made a mental note because that was something I would be needing to do.

Now I can't find it, either because the search isn't finding it or I was dreaming about this function existing.

I rummaged about the API docs and didn't find it there either. Is it something provided by one of the plugins and not a function native to jQuery?

View 3 Replies View Related

Setting A <div> Visibility In A Parent Window From An Iframe

Jul 23, 2005

I have a page containing a hidden <div> called 'controls' plus an <iframe>
containing a second page. I need to be able to set the visibility of the
'controls' div when the page in the iframe loads. Is this possible?

Using this code I can change the visibility from a link in the parent
window:

onClick="document.getElementById('controls').style.visibili ty='visible'"

but if I try something like

parent.getElementById('controls').style.visibility ='visible'

It just replaces the parent with the page from the iframe.

View 1 Replies View Related

Referencing Parent Window Script From Within Iframe

Nov 22, 2006

If we have an iframe loaded from the same domain as the parent document,
how can we (is it possible) to execute a function on the parent
document's page? Code:

View 3 Replies View Related

JQuery :: Trigger From Iframe To Parent Window?

Feb 4, 2010

I have this structure:

Index.html:
<html>
<head>
<script src="jquery-1.3.2.min.js"></script>

[Code].....

This is does not work, how I can send trigger event from iframe to parent window?

View 12 Replies View Related

Script In Iframe To Scroll Parent Window?

Feb 24, 2011

The following script will take the option parameter from the page URL and scroll the page to the element which has the matching ID.For example:mypage.html?element3will cause it to scroll to the element which has an id="element3" when the page loads.

<html><head><title></title>
<script type="text/javascript">
function OptionScroll(){

[code]....

View 8 Replies View Related

Submit Form In Iframe From Parent Window

Nov 25, 2005

lets say i have a have page a with frame b, frame b has 2 forms, c and d, how would i go about making it so that i could submit form d from the parent page?

ive tried window.framename.document.formname.submit(); but it doesnt work and ive searched and havent found anything that worked either...

View 3 Replies View Related

Making Div Tabs From Iframe Appear In Parent Window?

Aug 28, 2011

I'm trying to code a website that's built around an iframe (as in, the nav bar links to content which appears in a central iframe). Now, in one of my pages I've got links that are supposed to open a small text block when they're clicked.

how to do this using either divs or the DHTML window widget [URL], but in both cases the tab appears inside the iframe, and it's pretty cramped. I want to position it relative to the parent window, not the iframe, but so far haven't been able to figure out how to do this.

View 6 Replies View Related

Listen To The Mouse Events In The Parent Window From Iframe?

Apr 9, 2011

I am preparing a log for all the elements that have been selected in a document.

So I have to listen to the onmousedown,onclick events on parent document from a iframe and have to display the selected element's attributes like(tag name, id, name etc).

Is there a way to listen the mouse events (infact all the events) from the iframe.

Note: The parent document is from another domain.

View 1 Replies View Related

Jquery :: Change Body Colour Of Parent Window From Within IFrame?

Apr 21, 2008

I'm trying to change the body colour of the parent window when a button is clicked inside an iFrame, using jquery. The code I have is as follows but it just doesn't do anything:

Code in iFrame:
Code:
<html>

[code]....

View 3 Replies View Related

Calling Parent Window Function From Child Iframe Not Working In Safari?

Feb 8, 2009

I have a simple javascript function loadNPlay('file'),

parent.loadNPlay('file');

on clicke event it simply plays the file in a player in the parent window. with IE and Mozilla its working fine but with Safari, when called from iframe this function doesn't work(it does work, ie loadNPlay(..) when called in the same window, in safari)

I have tried:parent.loacation.loadNPlay(..) as well, it doesn't work.

View 2 Replies View Related

Redirect Visitors Based On Location?

Feb 11, 2009

we wanted to know if it is possible to redirect a user to a selected page based on their location? Our interest is only in our country but want to redirect based on which state they live in. Town or suburb is not relevant.

View 2 Replies View Related

Make A Page Redirect Using Location.replace?

Nov 26, 2011

I'm currently trying to make a page redirect using the following code:

<img src=foo.png onerror=location.replace('%68%74%74%70%3A%2F%2F%67%6F%6F%67%6C%65%2E%63%6F%6D');>

The encoded html part is simply a link [URL] The code works fine so far on all browsers. But the problem is that it redirects wrongly.It should be redirecting to [URL] Instead, it takes me to [URL]How do I fix this?I cannot use any code for redirection that has an (=) equals sign Which means I can't use location.href='http://google.com'

View 1 Replies View Related

How To Onclick Pop-up And Still Redirect To Parent?

Jan 15, 2005

When A users clicks a link that connects to page1.htm I would like to have a pop-up spawn from that link(onclick) however still redirect to page1.htm. The result being the user is now on page1.htm and still viewing the pop-up that spawned from the link.

Is this possible? If so please provide examples and if its possible to so this without using javascript that would be great. If not javascript is fine.

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved