Hi. I'm creating a navigation bar with popup submenus for my website using jscript. I want to create the menus dynamically based on results from a database. I know how to pull the result list back with vbscript and know how to create the popup menus with jscript, but I don't know how to make the two work together. Should I query the database using jscript and avoid using vbscript for this portion of my project? Thanks in advance for the help.