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