Hello,
I have a menu.jsp included in all the jsps. When I click a link in the menu it calls the respective page and the menu.jsp is also refreshed.
I want to write a java script to highlight the menu link that was clicked. But since the menu jsp is refreshed every time a link is clicked I am not able to show the highlighted link.
Below is the script I am using to highlight the menu link that is clicked
Is there any way I can get the value of the link that was clicked even after the page is refreshed.
yes u can get the value of link which is clicked after page is refreshed
by using query string like formName.action="Page to be besubmit value.jsp?p1="+linkvalue ;