WPI Web Ware 2004 Summer
Course Documents
Assignments
Validation
                                          
Printer Friendly Version
Examples

Intro ] Date And Time ] Date And Time.jsp.code ]
Directory Listing ] Directory Listing.jsp.code ] File Paths ]
Forms-Get ] Forms-Post ] [ Forms With Code ]
Header And Cookies ] Header And Cookies.jsp.code ] Parameter Separator Delimiter Correct ]
Parameter Separator Delimiter Wrong ] Regular Expressions ] Request Parameters ]
Request Parameters.jsp.code ] Top Rated Music.xml ] UserBean.java.code ]
XML Reader ] XML Reader.jsp.code ] XML Reader Methods ]
XML Reader Methods.jsp.code ] albums.xml ]

Basic Valid Pages ] [ Cookie Test ] [ Database ] [ Dynamic Layout ] [ Layout ] [ User Log On ]


<input type="button" name="button" value="I am a button" />


<input type="submit" name="submit-button" value="I am a Submit button" />


<input type="image" name="image=button" src="icon/image-button.gif" />


<input type="reset" name="reset-button" value="I am a Reset button" />


<input type="text" name="text-field" value="I am a Text Field" size="15" maxlength="25" />


<input type="password" name="password-field" value="" size="15" maxlength="15" />


<input type="hidden" name="hidden-field" value="I am a Hidden Field" />


<textarea name="text-area" cols="25" rows="3">I am a Text Area</textarea>


<input type="checkbox" name="check-box-1" value="I am Check Box #1" />


<input type="checkbox" name="check-box-2" value="I am Check Box #2" checked="checked" />


<input type="radio" name="radio-group-1" value="I am Radio Button #1" checked="checked" />


<input type="radio" name="radio-group-1" value="I am Radio Button #2" />


<select name="select-1-menu">

<option>item 1</option>
<option selected="selected">item 2</option/>
<option>item 1</option>

</select>


<select name="select-multiple-menu" multiple="multiple" size="4">

<option>item 1</option>
<option selected="selected">item 2</option/>
<option>item 1</option>

</select>


by: Keith A. Pray
Last Modified: July 17, 2004 1:47 AM
© 2004 - 1975 Keith A. Pray.
All rights reserved.

Current Theme: 

Kapowee Hosted | Kapow Generated in 0.008 second | XHTML | CSS