I'm try to create a game where the user inputs text and then this text gets displayed on the page. This is similar to how in instant messaging, the stuff the person types shows up right above where the person can type. I am trying to use a textarea to display the input. This game is being written in Python and I am also hoping to process the user input later on. Is there any known way to do this? Below is the code that is already written. Thanks!\[code\]"<"textarea rows="10" cols="60"><p></p>{command}<p></p>"<"/textarea><p></p>Type your command: "<"input type="text" command={command}><p></p>"<"input type="submit" value="http://stackoverflow.com/questions/14471257/Submit"><p></p"<"/form>\[/code\]