Html

From wiki
Revision as of 10:37, 15 October 2023 by Hdridder (talk | contribs)
(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