not that i know, of, why not just pass it via URL ? ..and if that is not possible, use server side data storage, manage sessions, etc, now THAT is fun ... (and i'm not being sarcastic, sessions are awesome)
The easiest ways are to pass the values through sessions, query string, cookies, hidden form fields. (In order of complexity)
If you pass the information in a metatag, you have to parse the entire previous message in order to get the values out. This can add a lot of overhead to your pages, slow down processing and be inconsistant.
Bookmarks