Write an HTML page that has a text ¯eld in it. Write some JavaScript to change some text on the page when the string in the text ¯eld has been changed. For instance the user could enter her name in a text ¯eld and the text on the page could change to use her name.

What will be an ideal response?

```


A Simple Web Page

A Simple Heading


This is a very simple web page. It asks you for your name
and then shows the name you typed after you click off of the
text field.


Enter your name:


onChange="document.getElementById('nameDisplay').innerHTML=
'Your name is ' + this.value">



```

Computer Science & Information Technology

You might also like to view...

The information that is displayed in a worksheet is called ________

A) text B) data C) numbers D) formulas

Computer Science & Information Technology

What is the goal of event data analysis?

A. Locate new exploitations. B. Interpret collected events, and take appropriate action. C. Discover the identity of perpetrators. D. Reduce the vulnerabilities of an organization.

Computer Science & Information Technology