◇ Basic syntax
Basic syntax of form
* = GET, POST
Provided to the user's input form
* = Text, Password, Checkbox, Radio, Image, Hidden, Submit, Reset
** = Symbolic Name for CGI Script
◇ text input and password input
* = Text, Password
◇ check box (Checkbox) and radiobutton
◇ image coordinates
After selecting a coefficient below, you know what is an image coordinate!
◇ Elements hidden forms
◇ list box (Selectable Menu)
Basic syntax
...
Banana Apple Orange Peach
Note that it is multi-selected with a CTRL key to match the mouse. (Like MS-Windows File Manager) Banana Apple Orange Peach
◇ Text area ...
Word wrapping is available for a long line ...
Do not change, it is the default setting.
... "Soft Row", as if "soft back" in MS-Word.
... "Hard Change", as if "hard back" in MS-Word.
(OD, please continue Next)