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