selectFormByName Method
Set a form as the current form by its HTML_name. When the form has been found, the formIndex property points to this form.
Syntax
clsIE.selectFormByName( name )
Parameters
Name | Type | Description |
---|---|---|
clsIE | The name of an object of type clsIE | |
name | String | Required. |
Return value
Boolean : True when a form with the specified name is found, otherwiser False.
clsIEtag:clsIE