I've implemented a REST service (from Google places API) that lists places in a geographic area - this data is then sent to a mapped grid output for each place.
What I'd like to do is when someone clicks on a link/button in the grid (for one of the places), more information is shown (via another call).
I'm not quite sure how to invoke another page and pass the one variable to the page?
I've read somewhere that parameters can be passed to another page by storing it as a local variable, but how would I set the variable when a link/button is clicked?
Many thanks,
Dale.