|
When I set the AjaxCount to 0, my pop up menu java don't pop out anymore.
Return to Recent Questions
Q:
My menus don't pop out anymore. How do I get it to pop out?
I want to use the AJAX feature in the pop up menu java, so I choose the enable Ajax feature and set the AjaxCount
to 0.
A:
This parameter set the maximal number of submenus that will be loaded
from server on your page.
If you set var dmAJAXCount=0; you cannot see you submenus.
To enable Ajax feature for the pop up menu java you should set, for example:
var dmAJAX=1;
var dmAJAXCount=100;
If you don't know exact number of submenus you can set a big value for
this parameter.
Return to Recent Questions
Related:
- March 16, 2007 - Is there any way to keep a java rollover lit up when going to another page?
- March 17, 2007 - Can the javascript pull down menu items be set so they are all the same width?
- March 19, 2007 - How to get the menu javascript css to highlight and stay on the page you're viewing?
- March 19, 2007 - I need that the menus css loads pages into an iFrame.
- March 20, 2007 - Is it possible to have the "parent" items of the navigation web be purely an image?
- March 21, 2007 - How can we increase the width of the vista style buttons of vertical sliding menu?
- March 22, 2007 - Do the Vista style css menu background support a separator?
- March 24, 2007 - In down menus in javascript creator there's no option for turning the cursor into a hand.
- March 26, 2007 - After click the links the html floating menu stops showing up in cross-frame mode...
- March 28, 2007 - Is it necessary to add dmWorkPath parameter in the menu css horizontal?
- March 30, 2007 - Is there a way to optimize the net dhtml menu to reduce the loading time for submenus?
|