|
|
|
|
|
<htmlDocument variable>.FindElementByTag (Function) In french: <Variable htmlDocument>.ChercheElémentParBalise Searches for elements that correspond to a tag in an HTML document. d is htmlDocument = HTMLOuvre("https://www.pcsoft.fr", fromURL)
t is array of htmlNode <- d.ChercheElémentParBalise("form")
Syntax
<Result> = <Element to handle>.FindElementByTag([<Search element>])
<Result>: Array Array of htmlNode elements that match the search condition. <Element to handle>: htmlDocument variable Name of the htmlDocument variable in which the search will be performed. <Search element>: Optional character string Name of the tag to search for. If this parameter is not specified or corresponds to an empty string (""), <Result> will contain all the elements.
Related Examples:
|
Unit examples (WINDEV): HTML types (HTMLDocument, HTMLNode, HTMLAttribute)
[ + ] This example shows how to use the HTMLXxx WLanguage types (HTMLDocument, HTMLNode, HTMLAttribute)
|
Business / UI classification: Business Logic
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|