On Mar 14, 10:19 am, savita.ras...@gmail.com wrote:
> Hello All,
> I am a fresher. I am working for the first time on
> jsp.There is no one one to guide.
> I have to create menubar in jsp.Do I have to use java
> script in jsp?
> How to do it?
Javascript!=Java
If you have to create just a menubar why even talk about Java or JSP,
or for that matter even Java
script? You can do that with simple HTML.
Eg:-
<div id="menubar">
<b>Menu bar</b> | <a href="#">Link 1</a> | <a href="#">Link 2</a> | <a
href="#">Link 3</a> | <a href="#">Link 4</a>
</div>
With some CSS you can make it look stunning
But if you are talking about dynamic Menu, its a different thing all
together
A simple static menu bar example is given at http://www.alistapart.com/articles/horizdropdowns
--
Ck
http://www.gfour.net