|
If you are using "pure" client side code, your best bet to make it work across pages is to set a cookie, and read it when creating the link tag.
If you have a server side language, then store the data in the user's session and generate the appropriate link tag.
|