I have a website where there is a empty box and a input text box. I want to be able to type something in that input box and have it be printed on the empty box.
There are many ways to get this done, possibly the easiest is to use jQuery. In the example below I am using the jQuery keyUp() function to listen for keyboard events, then writing the updated value to the .printChatBox
CHANGE ME
I've posted a working example here: http://jsbin.com/axibuw/1/edit