Does javascript menu bars works with JSP? How can I do that?
Return to Recent Questions
Q:
Does javascript menu bars works with JSP? How can I do that with my server?
A:
DHTML Menu is the Java Script product. It means that it works on a
client side only (client side product) 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 javascript menu bars using standard html page and them move
menu code within .jsp page.
Return to Recent Questions
|