I've tried using dojo dropdown menu and its working but when i try to deploy it on domino server which is on VMWare using windows 2003 server, the dojo's not working on dropdown
<xp:view xmlns:xp="http://www.ibm.com/xsp/core" dojoForm="true" dojoParseOnLoad="true" dojoTheme="true">
<xp:this.resources>
<xp:dojoModule name="dijit.MenuBar"></xp:dojoModule>
<xp:dojoModule name="dijit.PopupMenuBarItem"></xp:dojoModule>
<xp:dojoModule name="dijit.Menu"></xp:dojoModule>
<xp:dojoModule name="dijit.MenuItem"></xp:dojoModule>
<xp:dojoModule name="dijit.PopupMenuItem"></xp:dojoModule>
<xp:dojoModule name="dijit.MenuBarItem"></xp:dojoModule>
</xp:this.resources>
so i've think it would be nice if someone can help me solve it or suggesting some tricks on xpages which to make dropdown menu without using dojo
ps: i tried using jquery but it seems its not compatible ..
If the server configuration is the issue it will bite you in other JS areas later on. So rather fix that one. Other JS menus might not work either.
So look for pure CSS dropdown