What can I do to optimize the load time for dhtml rollover?
Return to Recent Questions
Q:
What can I do to optimize the load time for dhtml rollover and prevent reloading it from the server with every page reload.
A:
You can try to use AJAX technology.
AJAX-like technology: data for submenus can be loaded "on-the-fly" from the server.
New parameter:
var tajax = 0/1; - disables/enables AJAX-like support
Current syntax for item parameters (var tmenuItems):
[text, link, iconNormal, iconOver, iconExpanded, tip, target, itemStyleInd, itemXPStyleInd, jsFileName]
Where jsFileName - .js filename on the server with submenu items (var tmenuItems).
Return to Recent Questions
Related:
- Nov 05, 2006 - With the new version of javascript rollover menus, my body onload function is blocked.
- Feb 07, 2007 - Does floating menu javascript have support for Chinese or other Unicode characters?
- March 26, 2007 - Do we have to reconfigure the domain key each time we move dhtml horizontal menu
- April 23, 2007 - I just need drop down dhtml menu to function like a typical rollover with images.
- May 01, 2007 - Is there a way to optimize the java menu bar to reduce the loading time of submenus
- June 08, 2007 - At the first time arrow images are loaded successfully in the dhtml image menu...
- June 24, 2007 - dhtml collapse menu seems to be working fine with IE7, it doesn't load on Firefox
- June 30, 2007 - Can your dhtml menu source code load the child of a node once the node is clicked?
- Aug 23, 2007 - I get "coches" word in black when the javascript tabs loads the first time.
- Aug 25, 2007 - Do you have example of loading menu items from a sql database in java dhtml menu using ASP?
- Sep 29, 2007 - Is there any way to get around the ActiveX control warning every time I load css menu?
|