I have a page1.html with a link.
Then, there is a page2.html with a form.
How can I make the link on page1.html post some text in page2.hmtl's form? The link on page1 would be something like
<a href="page2.html?textThatIWantSubmitted=SomeUrl"></a>