Jump to content

tryin to load content in iframe from iframe


jaymc

Recommended Posts

Ok Im trying to use javascript to set a window.locatiom / href

Basically, I have a webpage

On that webpage is 2 IFRAMES

Iframe 1 is called [b]frame1[/b] and Iframe 2 is called [b]frame2[/b]

Now, inside frame1 is a webpage which contains the following code

[code]<a href=# OnClick="opener.frames['frame2'].location.href='http://google.co.uk'"[/code]

So in otherwords, its trying to load the google site into iframe2 from iframe 1

It doesnt work.

Do i need to do something like

[b]parent.parentname.opener.frames['songs'][/b]

Really stuck...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.