Forum Moderators: mack

Message Too Old, No Replies

Sending data between pages

         

Harvs

4:10 am on Dec 29, 2004 (gmt 0)

10+ Year Member



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?

coopster

2:51 pm on Dec 29, 2004 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



Seems you are describing an HTML <form> [w3.org].