Hi Darren,
The two replies above are pretty much "on the money". I'm not sure exactly what effect you had in mind with the text being entered into an input box. One way to achieve a similar effect would be to have two virtually identical pages, and use a cookie to store the data inputted from the first page, then read the info from the cookie and write it out on a second page. Joe Burns of HTML Goodies fame has a good walkthrough on
passing variables which may be worth a look.
If you're interested in the idea of Javascript manipulating the innerHTML that Ron mentioned... I have a
demo that I was messing about with... it's rather cobbled together.. but it may give you some ideas.
Hope that helps,
Paul