html - How do I I create a simple javascript page, allowing the user to enter text & display it? -
i took web programming courses while ago i'm relearning scratch.
i want build page using html/javascript has box user enter question or phrase , submit button.
when user presses submit button, question/phrase instantly shows in bubble below. each question/phrase must show in separate bubble , can enter multiple questions/phrases.
i'm looking suggestions of ways accomplish task using javascript.
i suggest using jquery, awesome javascript library makes things easier.
they have great tutorials @ http://docs.jquery.com/tutorials
with ajax , forms @ http://docs.jquery.com/tutorials:safer_contact_forms_without_captchas#simple_contact_form:
Comments
Post a Comment