Changes

Building Forms with JavaScript

3 bytes removed, 18:26, 15 May 2007
The JavaScript Text Object
* '''size''' - specifies the maximum number of characters that can be entered into the Text field.
* ''event handling'' - specifies what action to take when a particalr event on the object is triggered. Events that can be triggered by the Text object are:
* '''onFocus''' - triggered when the text field gains focus (typlically when thge cursor is moved into the field to begin typing.