|
|
|
I'm having trouble getting some of my drop down dhtml menu opening in the frm2.
Return to Recent Questions
Q:
I'm having trouble getting some of my drop down dhtml menu 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 using drop down menus stops showing up in cross-frame mode...
- March 29, 2009 - How could I call a script instead of specifying a link in down menus dhtml myspace?
- March 30, 2009 - I'm having a difficult time trying to integrate your menu in html into frame system...
- Apr 06, 2009 - Can the link items NOT open a new window in the drop down menu navigation?
- Apr 15, 2009 - My mainmenu items are not links. So I need no link cursor for these dropdown menu java items.
- Apr 20, 2009 - I'm interested in in the actual menus with javascript selection opening in the second frame
- Apr 23, 2009 - I cannot configure the actual links or link names in the menu css vertical?
- Apr 24, 2009 - I have an errors on the css list menu in HTML application with 4 iframes.
- May 22, 2009 - I would like to have links of mouse button menu to our website when javascript turned off.
- May 24, 2009 - When set up links in the tab menu css using Tuner app, it changes them to different paths.
- May 30, 2009 - If the new page in the frame is a frameset itself, the net web menu won't show up.
|