I am currently developing a compact application that requires a list of 5 items:
- Name
- Address
- City
- Country
- Zipcode
Whenever a user clicks on any of these items, they should be redirected to another page where that specific item is highlighted.
I would like to achieve this dynamically. I have an initial concept that javascript [document.getelementbyid()] could be used for this purpose, but I am unsure about the exact implementation.