Jeff Warner       CIS-152
Assignment 4
Submitted Wednesday, September 26, 2001

This is a text box    

FIVE ACTION BUTTONS

The SUBMIT and RESET buttons,
labled "Send" and
"Clear" , have obvious action.

The Fullerton College logo is the third button in this exerecise.
Click on the logo and it acts like the SUBMIT button with a map feature.
That is, part of the data sent to the server are the map.x and map.y mouse coordinates, measured within the button.

These are a fourth and fifth type of button.
uses a BUTTON tag with type="button"
uses an INPUT tag with type="button"
Free JavaScripts provided by The JavaScript Source
Both initiate JavaScript snippets.
Clicking on the former triggers an alert box with a response.
The later has several functions: (i) onMouseOver and onMouseOut changes button color, and (ii) onClick initiates a hyperlink to my family home page. This applet DOES NOT work if there are two INPUT type="button" buttons.

Buttons should be at the end of the form, after checkboxes, radios, etc.

Choose one Pyroclastic Rock Texture: Choose all Minerals that Occur:
    Tuff
    Lapillistone
    Breccia
    Blocks and Bombs
    Quartz
    K-Feldspar
    Plagioclase Feldspar
    Nepheline

    Biotite
    Hornblende
    Pyroxene
    Olivine

The above are option buttons set-up using attribute type="radio" with the INPUT tag
"Breccia" is the default choice because it is the most common pyroclastic texture.
The above are check boxes set-up using attribute type="checkbox" with the INPUT tag
I know the assignment only requires 2 checkboxes, but there are more minerals to catalog


Pick your Favorite from List of Jeff's Favorite Plutonic Rocks:
This is a drop-down list set-up using the SELECT tag
Close Window