Lecture notes - March 13
- Questions
- go over homework
- In class:
- Turn the repetitive three parts of the circle example into a function call.
- Re-write as a form, with a button to update the area and circumference.
The JavaScript code to modify an element of a form element
<input id="itsID" ... > is
var inputObject = document.getElementById("itsID");
inputObject.value = ...
- other?
Jim Mahoney
Last modified: Wed Mar 12 22:21:29 EST 2003