PDA

View Full Version : iframes and links...woo!


Bacon Bits
Tue 14th Dec '04, 6:41pm
um, could someone take a look at this... it's a crude page compared to what the final will be, but the links in the iframe don't seem to be changing the 3 iframes. Why not?

http://www.danielscrapp.com/M/test/player.html

Bacon Bits
Tue 14th Dec '04, 9:11pm
this is the link I was given as an example, except I produced a working test page that worked with iframes. This test page only changed 1 iframe per link. here's the first page if perhaps it helps:
http://www.silverinterlocution.org/ex1

megahard
Tue 21st Dec '04, 10:32am
could you not just write a simple javascript function

name your Iframes to whatever you like


function change(loc)
{
document.all.firstiframe.location = loc;
document.all.secondiframe.location = loc;
}

<a href="javascript:change(here.html)">Link</a>



I'm not 100% on my javascript, its been a fair while since i used it, but the principle will work, if not the actual code

frage
Thu 23rd Dec '04, 8:53am
this is the link I was given as an example, except I produced a working test page that worked with iframes. This test page only changed 1 iframe per link. here's the first page if perhaps it helps:
http://www.silverinterlocution.org/ex1

http://www.designerzone.de/webdesign_tipps_iframes.php

there is the answer :-)

have fun
;)

WoundedVeins
Sat 5th Feb '05, 10:50pm
iFrames rock, they allow you to access your whole website through your main domain name link alone. ;)

Punchy
Tue 12th Apr '05, 5:30am
Test