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..
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..