Changes

Building Forms with JavaScript

19 bytes added, 20:21, 15 May 2007
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.