Passing Form Data

This demo page displays how to pass data from one form to another by appending the data to a URL. Fill out the form below and click the Submit button to open the second form in the demo. The values you enter in the form will be appended to the URL of the second form. A script running in the second form will extract the field names and values and display them in the page.

1) Enter your name
2) Enter your age
3) Enter your city of residence
Carey, P. New Perspectives on JavaScript, Course Technology: Boston, 2005.