|
|
|
|
|
HTMLFindElementByName (Function) In french: HTMLChercheElémentParNom Searches for elements whose "name" attribute matches a specific value in an HTML document (or in an HTML node). d is htmlDocument = HTMLOpen("https://www.windev.com", fromURL) e is array of htmlNode <- HTMLFindElementByName(d, "Color1")
Syntax
<Result> = HTMLFindElementByName(<Element to use> , <Name>)
<Result>: Array Array of htmlNode elements that match the search condition. <Element to use>: htmlDocument or htmlNode variable Element where the search will be performed: <Name>: Character string Value of the "name" attribute to be searched for. Business / UI classification: Business Logic
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|