Lesson 04 – JAVASCRIPT & FORMS

 

WORK

 

QUESTION 1

Create a form with 5 text fields.  Use a script to add the name of a movie into each text field.  (Each text field should contain a different movie name.)

 

QUESTION 2

Use the form from the previous lesson.  When the OK button is clicked, the text field at the bottom should get “Hello Name” where Name is the name that was typed in the top text field.

 

 

QUESTION 3

Use the form from the previous lesson.