Html

From wiki
Revision as of 20:31, 14 June 2019 by Hdridder (talk | contribs) (Created page with ";<input type="text" name="portfolioname" value="xxx" size=20 readonly disabled> :An input box to use in forms :;name ::Name of the key in $_POST returned :;value ::Default val...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
<input type="text" name="portfolioname" value="xxx" size=20 readonly disabled>
An input box to use in forms
name
Name of the key in $_POST returned
value
Default value
readonly
No input allowed
disabled
Value will not be in $_POST