View Full Version : DropDown Help-Link to anchor in iframe


topher
03-28-2005, 03:13 AM
Im a newbie to the forum, and found lots of useful info. I need help with dropdown menus, linking to an anchor point in an iframe on another page.


chrisgadzinskas.com/ALO/alo_advantage.html

-Please view the drop-down on the alo advantage button. I got the coding to make this target an anchor point in the iframe. Here is the code:

mm_menu_0326204208_0.addMenuItem("The Power of Options","parent.advantage.location='Content/advantage.html#Power'");
mm_menu_0326204208_0.addMenuItem("Testimonials","parent.advantage.location='Content/advantage.html#Testimonials'");
mm_menu_0326204208_0.addMenuItem("About ALO","parent.advantage.location='Content/advantage.html#About'");



Now I am trying to link from another page to target the same anchor point in the iframe, but can't get anything to work. view this page:
chrisgadzinskas.com/index3.html
(Please only click on the bottom 3 buttons of the menu.)

Here is my code I have been playing with:

mm_menu_0326204208_0.addMenuItem("The Power of Options","alo_advantage.html.advantage.location='Content/advantage.html#Power'");

Any help appreciated..

anyatyler
03-28-2005, 06:27 AM
chrisgadzinskas.com/index3.html This link is not working.... http://lissaexplains.com/forum/images/smilies/rolleyes.gif

Let me guess, see if my solution works..
so for the page where you put the iframe, add
<iframe name="iframname">
then in
mm_menu_0326204208_0.addM enuItem("The Power of Options","alo_advantage.html.advant age.location='Content/advantage.html#Power'");
change the bolded part to the iframe name

topher
03-28-2005, 07:01 AM
chrisgadzinskas.com/ALO/index3.html

sorry original link didnt work.
-chris

topher
03-28-2005, 08:15 AM
I tried the above code, still get a page error, I am so stuck.