954,574 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

How to get the link that was clicked even after the page gets refreshed

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.

muktidaniweb
Newbie Poster
11 posts since Jul 2005
Reputation Points: 10
Solved Threads: 0
 

Since you're using jsp's it might be easier to store the page that was clicked in the request object and use java programming (not java script) to highlight the page that was selected. The request should keep the page that was selected even after a refresh.

Regards,

Nate

hooknc
Posting Whiz in Training
219 posts since Aug 2005
Reputation Points: 11
Solved Threads: 8
 

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 ;

shahbaz5144842
Newbie Poster
10 posts since Apr 2009
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You