You could use a hidden element. Then set the onclick() attribute of the to copy the value from the to the form. Optionally, you can set the action attribute to select the page you'd like to post the information to. Finally, submit that form.
I know it's not elegant, but it'll work.