This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes HTML, CSS and JavaScript and the fly likes Disabling the submenu links in jsp when the page loads Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "Disabling the submenu links in jsp when the page loads" Watch "Disabling the submenu links in jsp when the page loads" New topic
Author

Disabling the submenu links in jsp when the page loads

anita prat
Greenhorn

Joined: Aug 11, 2011
Posts: 8
Hi,
In my jsp, I have a top menu with different tabs, tab1, tab2. Under each tab there are two sub menu links. I need to gray out /show these sub menu links based on the values I have in an arraylist . This arraylist is available in a bean which is available in session. Any idea, how to achieve this? I tried using a javascript which I call in body onload. And for these submenu links which have the <a href ....> I defined an is for each of them. <a href="some url" id = sub_menu1" > etc. Can anyone help me with this?
Paul Clapham
Bartender

Joined: Oct 14, 2005
Posts: 16487
    
    2

Really, if you have a question about Javascript, it's much better to ask it in our forum about HTML and Javascript. Such questions get answered much better and much faster there. I will move this post.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Disabling the submenu links in jsp when the page loads
 
Similar Threads
Main menu / sub menu
Improving application Performace
Improving application Performace
Iterate HashMap in jsp - Struts2
Using swing in Java