|
How to work with drop down menu dhtml and submenus in JSP?
Return to Recent Questions
Q:
How to work with drop down menu dhtml in JSP?
A:
Our drop down menu dhtml 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 drop down menu dhtml using standard html page and them move
drop down menu dhtml code within .jsp page.
Return to Recent Questions
|