|
|
I'm having trouble getting some of my dhtml menus free opening in the frm2.
Return to Recent Questions
Q:
I'm having trouble getting some of my dhtml menus free 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:
- Sep 11, 2006 - If I use doctype the settings of the submenus in javascript dropdown menu get lost.
- Sep 15, 2006 - Are vertical menus also supported? I don't see any in the javascript menu examples.
- Sep 18, 2006 - The submenus of the cross frame menu are offset by about 100 pixels to the right.
- Sep 18, 2006 - Does the js menu work to load pages into an iframe?
- Sep 23, 2006 - Is it possible that javascript drop down menus doesn't put anything on the local computer?
- Sep 26, 2006 - Is there a way to change the height of the main buttons in my simple dhtml menu.
- Oct 03, 2006 - Do I have the ability to change colors for the menus and the sub menus in the cascade menu.
- Oct 15, 2006 - Submenus doesn't position correctly in my javascript template.
- Oct 20, 2006 - I want that tree menus expanded or collapsed and go to the link...
- Oct 22, 2006 - When the html submenus are over applet in https: the applet disappeared.
- Oct 26, 2006 - I would like to load an iframe into one of the items in oncontextmenu.
|