Session 11 - Javascript, Part 4
Code Examples
- Example 11.1 - Simple form
Example 11.1 - Example 11.2 - Simple for using 'get'
Example 11.2 - Example 11.3 - Simple form using 'post'
Example 11.3 - Example 11.4 - Form: text input
Example 11.4 - Example 11.5 - Form: radio buttons
Example 11.5 - Example 11.6 - Form: checkboxes
Example 11.6 - Example 11.7 - Form: textarea
Example 11.7 - Example 11.8 - Pull-down List
Example 11.8 - Example 11.9 - Scrollable List
Example 11.9 - Example 11.10 - Form Labels
Example 11.10 - Example 11.11 - Form Labels
Example 11.11 - Example 11.12 - Form Labels
Example 11.12 - Example 11.13 - Form fieldset and legend elements
Example 11.13 - Example 11.14 - Form: optgroup in pull-down menus
Example 11.14 - Example 11.15 - text input for email
Example 11.15 - Example 11.16 - text input for URLs
Example 11.16 - Example 11.17 - HTML5 input type='number' and type='range'
Example 11.17 - Example 11.18 - HTML5 input types for date and time
Example 11.18