I'm looking for a robust way of dynamically injecting a query string parameter when a visitor clicks on a static anchor-link.
For example a link:
<a href="http://www.johndoeslink.com">Test</a>
I want to pass a query string to the next page but have to assign the value dynamically. How can I achieve this?
I know this is simple I'm just missing something obvious! =\
Thanks in advance,
John d