Click to See Complete Forum and Search --> : navigation with frames


caynada
04-23-2003, 02:46 PM
when dealing with frames, how do you create a link from the topFrame that links to an anchor in the mainFrame of a different frameset?

pyro
04-23-2003, 02:56 PM
You do it something like this... <a href="page.htm#anchorname" target="mainframename">

caynada
04-23-2003, 03:03 PM
thanks for your help. I'm actually trying to modify a DHTML menu call HVMenu. In it i've used this bit a javascript: "javascript:top.document.location.href='html/adult.html#yoga' target='MyFrameTwo';
But it doesn't seem to work. Have you any ideas?

khalidali63
04-23-2003, 03:05 PM
Its not possible to guess that what is going on in the code that stops your piece of code from working,you may want to poin to a link to your pages...

caynada
04-23-2003, 03:13 PM
I'm not to sure what you mean. I have inserted named anchors in the mainFrame of a frameset and I am trying to access it from this HVmenu which is in another frameset. Here is the first drop down menu:

Menu1=new Array("adult fitness","blank.htm","",8,18,140);
Menu1_1=new Array("group fitness classes", "javascript:top.document.location.href='html/adult.html';","",0,20,150);
Menu1_2=new Array("yoga & pilates","javascript:top.document.location.href='html/adult.html#yoga' target='MyFrameTwo';","",0);
Menu1_3=new Array("private gym","blank.htm","",0);
Menu1_4=new Array("personal training","blank.htm","",0);
Menu1_5=new Array("lifestyle coaching","blank.htm","",0);
Menu1_6=new Array("adult swimming","blank.htm","",0);
Menu1_7=new Array("specialty courses","blank.htm","",0);
Menu1_8=new Array("membership information","blank.htm","",0);

khalidali63
04-23-2003, 03:28 PM
to access items in other frames,
parent.framesname.document.location.href='''''

caynada
04-23-2003, 03:44 PM
should it look like this then:
Menu1_2=new Array("yoga & pilates","javascript:parent.MyFrameTwo.document.location.href=''html/adult.html#yoga' target='MyFrameTwo';","",0);

caynada
04-23-2003, 03:46 PM
Menu1_2=new Array("yoga & pilates","javascript:parent.MyFrameTwo.document.location.href=''html/adult.html#yoga' target='MyFrameTwo';","",0);

khalidali63
04-23-2003, 03:47 PM
its looks correct...

caynada
04-23-2003, 03:47 PM
sorry, it keeps on putting a smilie face instead of : p...