Form Validation


Radio Button Groups

These are used when you want the user to see all the options, but choose just one option
I will return my library book(s):
Today
Tomorrow

 


Check Boxes

These are used when you want the user to see all the options, and be able to choose several. The syntax is almost exactly the same as for the radio button (except that the type of the input is 'checkbox'
When I visit the library, I will check out the following books
"Learning JavaScript", by O'Reilly
"JavaScript: The Definitive Guide", by O'Reilly
"C# How To Program", by Deitel
"C++ How To Program", by Deitel
"VB.Net How To Program", by Deitel

 

Notes on JiT (Just in Time) Validation