This version of the XML Hierarchical Menus application
demonstrates how the DOM can be used to dynamically create a menu structure
similar to the Start menu in Windows. It is a cross-browser solution.
Paul Czywczynski took the original ASP.NET hierarchical menus code
(above) and modified it to work with the cross-browser JavaScript files
created by Peter Belesis at http://www.webreference.com.
This version dynamically fills client-side JavaScript arrays based on
data held in an XML document found on the server using ASP.NET and the
System.Xml assembly.
|