AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / WLanguage / Funciones WLanguage / Funciones estándar / Funciones de archivos HTML
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
Searches for elements whose "name" attribute matches a specific value in an HTML document (or in an HTML node).
Ejemplo
d is htmlDocument = HTMLOpen("https://www.windev.com", fromURL)
e is array of htmlNode <- HTMLFindElementByName(d, "Color1")
Sintaxis
<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.
Clasificación Lógica de negocio / UI: Lógica de negocio
Componente: wd300html.dll
Versión mínima requerida
  • Versión 26
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 27/03/2025

Señalar un error o enviar una sugerencia | Ayuda local