These examples are designed to run from localhost using MS IIS (Internet Information Services) web server.
Click here for instruction.
Test using Form Fields: (Need to add other fields.)
Text Field: (txtExample)
Text area Hello, Default info.
Single Select (Window is defaulted to size="1") All Item #1 Item #2 Item #3 Item #4 Item #5
Single Select (Window size="3") All Item #1 Single Choice Item #2 Single Choice Item #3 Single Choice Item #4 Single Choice Item #5 Single Choice
Multi Select (Window size="3") Note: CTRL-LeftMouse click for multiple choices All Item #1 Multi Choice Item #2 Multi Choice Item #3 Multi Choice Item #4 Multi Choice Item #5 Multi Choice
Check Boxes: (tags: input & type=checkbox ) Check Box #1 Check Box #2
Radio buttons: (tags: input & type="radio") Choice #1 Choice #2 Choice #3 Choice #4
File Field
Submit Button (Submits to: MyObjRequestForm.asp)