Form 9 - Form with an Image
This form will enlarge either of the following two images by a factor of 2, 4 or 8.
First, select the zoom factor:
Zoom in 2x.
Zoom in 4x.
Zoom in 8x.
Next, click on the image you wish to enlarge:
Image NAME="Larry"
Image NAME="Al"
To reset the form, press this button.
HTML:
<INPUT TYPE="radio" NAME="zoom-factor" VALUE="2" CHECKED> Zoom in 2x.
<INPUT TYPE="radio" NAME="zoom-factor" VALUE="4"> Zoom in 4x.
<INPUT TYPE="radio" NAME="zoom-factor" VALUE="8"> Zoom in 8x.
<INPUT TYPE="image" SRC="../icons/bluecube.gif" NAME="Larry"> Image NAME="Larry"
<INPUT TYPE="image" SRC="../icons/bluecube.gif" NAME="Al"> Image NAME="Al"
<INPUT TYPE="reset" VALUE="Reset Form"> To reset the form, press this button.