ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Standard functions / HTML file functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Searches for elements whose "name" attribute matches a specific value in an HTML document (or in an HTML node).
Example
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
Component: wd300html.dll
Minimum version required
  • Version 26
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/21/2024

Send a report | Local help