HTMLDocument.GetElementsByName

Syntax:

GetElementsByName(<Name>)

Parameters:

<Name> (required)

Type: String.
Name of required element (collection of elements).

Returned value:

Type: HTMLCollection.

Description:

Returns an item collection of the HTML document with a given name.

Availability:

Thin client, server, thick client, external connection, Mobile application (client), Mobile application (server).

Note:

Item names are not case sensitive for the HTML element.

    

1C:Enterprise Developer's Community