Foothill Coin70: Assignment Set 2
- 231
- Contains a drop-down box to select the other Assignments Set 2. Also: displays status bar messages that go from left to right (like a typewriter typing the message). Display several (3 - 4) different messages with a pause (different than the typing speed) between each message.
- 232
-
Create a page with HTML & JavaScript that includes a form with
three input fields. The relationship of the values of the fields are
such that the second field is twice the value of the first field,
and the third field is the square of the first field. The user can
input a number in any field and
onChange the appropriate values are outputted to
the other fields.
- 233
-
Create an image rollover that takes the user back to 231 when the
user clicks on the image. Update Status bar on mouseOver/out.
Include a text hyperlink that points to and explains (Status bar)
231.html using onmouseover.
- 234
- Create a script that prompts the user for a number (4 - 6), then prompts the users x times, each prompt requires the user to input a single word. Then print out the words in reverse order. Make sure that each word is on a separate line
[URL: ; Last updated: ]