Ironarmygeneral

Estimable
Jan 21, 2015
42
0
4,580
Okay, so I don't do much with JS in HTML... so I want to ask this question. I want to make my website prompt whoever is visiting my site, and then whatever the answer in the prompt, I want that to be displayed. Can someone give me a little tutorial or sample code to get me going? It would be nice if I also didn't have to deal with any databases as well.
 

Ironarmygeneral

Estimable
Jan 21, 2015
42
0
4,580


I don't need to learrn to code HTML dude, I just want to do that ASAP. I already can code in HTML & CSS. I just don't do much with PHP, JS, Python, etc. Can you give me a sample code or something?
 

Ironarmygeneral

Estimable
Jan 21, 2015
42
0
4,580
So what I'm wanting, is my page to have a text input area, and then whatever tthe user types, it gets output as text embedded in the HTML code. For example:

Type comment here:

(Right here would be where the user would type their comment)

(Right here would be a button to submit the text)

(Right herre would be what the text output would be. I want that comment to stay here until someone deletes it.)