|
|
I'm having trouble getting some of my dynamic menus using opening in the frm2.
Return to Recent Questions
Q:
I'm having trouble getting some of my dynamic menus using opening in the frm2.
If
you look under products, then Hard drives, then Rugged Airborne
.....this one and Rugged Ground will not open in frm2 but the Contact Us
and Get Quote are working fine. Can you help me get these things to
open in a frm2.
A:
You should write your menu items correctly.
Now you have
["||Rugged Airborne","../RuggedAirborne.htm","Airborne,"frm2","0", ],
["||Rugged Ground","../RuggedGround.htm","Ground","frm2","0", ],
it is not correct.
You should write:
["||Rugged Airborne","../RuggedAirborne.htm","","","Airborne,"frm2","0", ],
["||Rugged Ground","../RuggedGround.htm","","","Ground","frm2","0", ],
Return to Recent Questions
Related:
- March 26, 2009 - After click the links the web design navigation stops showing up in cross-frame mode...
- March 29, 2009 - How could I call a script instead of specifying a link in sliding menu javascript myspace?
- March 30, 2009 - I'm having a difficult time trying to integrate your down menu navigation into frame system...
- Apr 06, 2009 - Can the link items NOT open a new window in the css vertical menu?
- Apr 15, 2009 - My mainmenu items are not links. So I need no link cursor for these dynamic menu html items.
- Apr 20, 2009 - I'm interested in in the actual menus website selection opening in the second frame
- Apr 23, 2009 - I cannot configure the actual links or link names in the html code menu?
- Apr 24, 2009 - I have an errors on the menu using java script in HTML application with 4 iframes.
- May 22, 2009 - I would like to have links of dhtml flyout menu to our website when javascript turned off.
- May 24, 2009 - When set up links in the menu button using Tuner app, it changes them to different paths.
- May 30, 2009 - If the new page in the frame is a frameset itself, the expandable menus won't show up.
|