|
|
|
|
|
<htmlNode variable>.FindElementByTag (Function) In french: <Variable htmlNoeud>.ChercheElémentParBalise Searches for elements that correspond to a tag in an HTML node. d is htmlNode // ... t is array of htmlNode <- d.FindElementByTag("form")
Syntax
<Result> = <Element to handle>.FindElementByTag([<Search element>])
<Result>: Array Array of htmlNode elements that match the search condition. <Element to handle>: htmlNode variable Name of the htmlNode 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…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|