Hi All,
I am working on a small application and I basically need a list of 5 items say
Name Address City Country Zipcode
Whenever the user clicks on anyone of these he needs to be directed to another page and that particular item needs to be highlighted.
I want to do this dynamically. I have an idea that it can be done with javascript [document.getelementbyid()] but dont know exactly how.