|
HTML is static. Static means you cant save data, in this case the text input by a user, and pass it to another page or again in this case a text field. You would need server side to save and pass the data to the next element. Then the id's or names you gave the text input fiels CAN be used as variables or storage place in memory to store the text and used to fill the next field.
Javascript could do this as well, but I never like relying soely on js, since users can turn it off in their browsers.
__________________
Teed
|