| 
       
          
                    How to work with javascript context menus and submenus in JSP?
       
      Return to Recent Questions
 
  
Q:
  How to work with menus and submenus in JSP?
  
   This e-mail message is only to be used by intended recipients and all
  others may kindly delete it and notify the sender. Unless expressly
  authorized by HPCL, the views expressed and the message itself is that
  of the individual sender and recipients are cautioned to check messages/
  attachments for any viruses before use. Users acknowledge that messages
  may contain confidential, proprietary or privileged information and that
  HPCL neither assures nor guarantees integrity or content of messages.
     
A:
Deluxe Menu is the Javascript product. It means that it works on a
client side only and it doesn't depend on the server which you're
using and it doesn't work on a server side as JSP script.   
  
So, you can create the menu using standard html page and them move
menu code within .jsp page. 
  
 
  
Return to Recent Questions
        
   |