eihd
August 4th, 2006, 01:48 AM
I'm learning to create JS drop down menu by writting code. And I met a problem, how can i speed up the loading of drop down menu. Any advice will be appreciated.
|
Click to See Complete Forum and Search --> : loading speed of drop down menu eihd August 4th, 2006, 01:48 AM I'm learning to create JS drop down menu by writting code. And I met a problem, how can i speed up the loading of drop down menu. Any advice will be appreciated. olivthill August 4th, 2006, 02:35 AM Can you show us the code? What are you naming a JS drop down menu? Is it a drop down menu with something special, or just a down menu? Does JS refers to Javascript? In which language are you writing your application? In Javascript or in C++/MFC or C++ or C? If you write in C/C++, which Windows APIs are you using? Are you creating the menu on the fly with CreateMenu() or CreatePopupMenu() and InsertMenu() or AppendMenu()? Or are you using a menu defined in a resource file that you load with LaodMenu() and SetMenu()? Personnally, I have used all of the Windows APIs above, and have not experienced slow performances so far. eihd August 11th, 2006, 02:32 AM Sorry for the late reply. I get my problem solved by using the trial version of this DHTMLMenu. It gives me some hint to optimize the JavaScript source files to speed up the loading. Thank you all the same:) ovidiucucu August 12th, 2006, 06:48 AM [ Moved thread ] codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |