I have a menu that is a bunch of links. When the user clicks on one of those links, I would like to pass the text of that link to the next page, but I would not like to use a traditional form, because the user will be directed to a specific page depending on which link is clicked.

Is there a way to do this?