Creates a Field object containing the specified data.

[VBScript]
Public Function CreateField( _
   ByVal data As String _
) As Field
[JScript]
public function CreateField(
   data: String
) : Field;

Parameters

data
The data of the field.

Return Value

The new Field.

See Also

HTMLDocument Object | HTMLDocument Members | DOM Namespace