I would like to make a page with a button on it which, when pressed, opens a new page and sends some data (ie a name) to the new page. The new page then puts that name into a form text field.
I have seen this done with the onClick value in the <a> tag. The receiving page then had some Java script to place the "name" into the text box. Does anyone know how this works or some other way to achieve this effect?