Hi ,
I have just started learning JS and here's where am stuck to know how to get a text from a text box and post it to a div .

Here is the problem statement .I have a text box for names and a list for categories.What I want is when the user types a name and selects the category and clicks submit the name should appear under the list div.

Example: Name : Bob
List: Student(selected)
Result: the name appears under Student div

Simple? Would very much appreciate the code to do that, and please assume I know zero about JS - so I need it all
Reply With Quote