34,333
edits
Changes
→The JavaScript Text Object
The syntax for creating a text object within a Form is as follows:
<input type="TEXT" name="''objectname''" id="''object id''" value="''current value''" size="30" ''event handling''>
* '''type''' - specifies that the type of object is a TEXT object.