View Full Version : iFrame in a frame: HELP!


shinynewmusic
07-04-2006, 07:15 AM
I have 3 frames on my site, one on the left, a bigger one in the middle and one on the right. The right-hand frame (frame_c) has a chat-box and the left-hand frame (frame_a) is the menu. Within middle frame (frame_b) I also have an iframe (inlineframe) . I have an image map in my left-frame which I have managed to target into the iframe, but I can't get the two drop-down menus in the left-frame to target to the iframe in the middle frame. My iframe is called 'inlineframe' which is what I used to target my imagemap but its not working with the drop-down menus. I wondered if this was because I need to also specify that it is a different frame or if there was something wrong with my drop-down code. My site is http://www.florencep.co.uk
Thanks.

pb&j
07-04-2006, 01:48 PM
this may or may not fix it.

1. you will need to add a NAME="VALUE" to your middle frame just like you did with your iframe. make sure the value is different from any other ones you use for any other frames.

2. since javascript is a level by level type thinking script, you can now add that part into your coding...

gotolocation1.VALUE.inlineframe

do that ^ in both spots.

then test it.

shinynewmusic
07-05-2006, 04:34 PM
thank you i have just tried that. i will wait until it loads the changes then ill tell you if it has worked.:)

pb&j
07-06-2006, 04:01 AM
ok. good luck!