Jsp

S

savita.raskar

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?

Thanks for yout help!!!!!!

Regards
Savita
 
C

ck

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

JSP 0
Connect to db2/400 through jsp 9
Jsp and AS400 0
Displaying one page above another 6
data grid in jsp 4
JSP - My new upcoming JavaScript library 0
Help with html popup 1
Greeting, to all the members! 1

Members online

No members online now.

Forum statistics

Threads
474,430
Messages
2,571,676
Members
48,796
Latest member
Greg L.

Latest Threads

Top