How to generate the submenu with JSP?
I want to show a submenu when the mouse pointer upon a specific link or area. can i do that with JSP?
[108 byte] By [
jerry Ng] at [2007-9-27 20:34:44]

I agree with whizkeys, you cannot do that with javacode in a JSP, you will need to use javascript (unless you want to try it with an applet, but, then you would have other issues and it would be a pain in the balls).