|
|
|
|
|
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 = HTMLOuvre("https://www.pcsoft.fr", fromURL)
e is array of htmlNode <- HTMLChercheElémentParNom(d, "Couleur1")
Syntax
<Result> = HTMLFindElementByName(<Element to handle> , <Name>)
<Result>: Array Array of htmlNode elements that match the search condition. <Element to handle>: 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…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|