Search found 109 matches: dom

Return to advanced search

Re: Highlighting on a web page

You can easily use oWebView:InjectJavascript( ... ) to get the entire DOM
by Antonio Linares
Wed Feb 07, 2024 7:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Highlighting on a web page
Replies: 8
Views: 492

Fivewin controls similar to javascript elements

... controls consume events, necessitating their forwarding to the superclass. To me, the Windows queue seems to bear a strong resemblance to the DOM object. Understanding these similarities and differences can be quite useful when transitioning between web and desktop application development. ...
by Otto
Tue Nov 21, 2023 7:33 am
 
Forum: mod_harbour
Topic: Fivewin controls similar to javascript elements
Replies: 2
Views: 1124

Re: Saving OuterHTML using Await Implementation with TWebView

... Regards, Charles KWON Charles buenas noches como estas? Que pena molestarte, pero nos surge la necesidad de eliminar algunos de los elementos DOM, no se si ya esta contemplado? Al mismo tiempo tambien necesitamos recuperar algunos de los atributos de las etiquetas, no se si ya lo tengas implementado?, ...
by CharlesKwon
Fri Aug 25, 2023 7:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Saving OuterHTML using Await Implementation with TWebView
Replies: 24
Views: 1633

Re: Saving OuterHTML using Await Implementation with TWebView

Charles buenas noches como estas? Que pena molestarte, pero nos surge la necesidad de eliminar algunos de los elementos DOM, no se si ya esta contemplado? Al mismo tiempo tambien necesitamos recuperar algunos de los atributos de las etiquetas, no se si ya lo tengas implementado?, para ...
by leandro
Fri Aug 25, 2023 12:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Saving OuterHTML using Await Implementation with TWebView
Replies: 24
Views: 1633

Re: Primer paso en webview

... la aplicación Windows claro… Se que podemos usar como GUI la potencia del html/css y generar pantallas como las que muestra Leandro, manipular el dom, crear alguna aplicación especial p.e. que nos permita esnifar contenido, etc… pero a nivel general y dentro del ambito de diseño de aplicaciones ...
by leandro
Tue Aug 22, 2023 3:09 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Primer paso en webview
Replies: 12
Views: 827

Re: Primer paso en webview

... la aplicación Windows claro… Se que podemos usar como GUI la potencia del html/css y generar pantallas como las que muestra Leandro, manipular el dom, crear alguna aplicación especial p.e. que nos permita esnifar contenido, etc… pero a nivel general y dentro del ambito de diseño de aplicaciones ...
by albeiroval
Fri Aug 18, 2023 12:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Primer paso en webview
Replies: 12
Views: 827

Re: Primer paso en webview

... la aplicación Windows claro… Se que podemos usar como GUI la potencia del html/css y generar pantallas como las que muestra Leandro, manipular el dom, crear alguna aplicación especial p.e. que nos permita esnifar contenido, etc… pero a nivel general y dentro del ambito de diseño de aplicaciones ...
by Carles
Thu Aug 17, 2023 10:49 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Primer paso en webview
Replies: 12
Views: 827

Re: Saving OuterHTML using Await Implementation with TWebView

Reading the article I recently posted will help you automate the DOM more easily. The address is as follows. http://www.charleskwon.com/?p=935 Regards, Charles KWON Genial era lo que buscábamos... :D :D :D Voy a agregar la clase e intentar entender su funcionamiento, ...
by CharlesKwon
Wed Aug 16, 2023 6:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Saving OuterHTML using Await Implementation with TWebView
Replies: 24
Views: 1633

Re: Saving OuterHTML using Await Implementation with TWebView

Leandro, Parece que quieres acceder a elementos del DOM para modificar sus valores. Es posible lograr esto utilizando el código que proporcioné anteriormente.

leandro wrote:Lo que significa que le podemos agregar información adicional, como por ejemplo una tabla?
by CharlesKwon
Tue Aug 15, 2023 1:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Saving OuterHTML using Await Implementation with TWebView
Replies: 24
Views: 1633

Re: Shell.Explorer.2 problem

... that causes issues on older browser versions." According to them, "a kind of a high level solution would be to look into when the DOM is loaded into the browser that is hosting the window and look for the script tag that grabs the ThreatMatrix Javascript file and remove it from ...
by Randal
Thu Jun 29, 2023 1:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Shell.Explorer.2 problem
Replies: 12
Views: 719

Re: MSXML2.ServerXMLHTTP / readyState / Status

hi, Do you want to receive data exactly by HTTP request or are they visible on the page and are they through DOM ? no, it is "very simple" just "GET" hole HTML e.g. from this Message, and find "Marker" to "extract" Text i´m a Internet Technique ...
by Jimmy
Sat Mar 18, 2023 12:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MSXML2.ServerXMLHTTP / readyState / Status
Replies: 8
Views: 390

Re: MSXML2.ServerXMLHTTP / readyState / Status

Do you want to receive data exactly by HTTP request or are they visible on the page and are they through DOM ?
by Natter
Sat Mar 18, 2023 11:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MSXML2.ServerXMLHTTP / readyState / Status
Replies: 8
Views: 390

Re: xHarbour to Harbour

... correctly :roll: I upload an HTML file with scripts for working with the map to the ActiveX object. After receiving the oDk, I can use the DOM to access certain elements of the oDk (document) For example: if oDk:DefaultView:itm=123 //itm - is a global variable that is visible both in the ...
by Natter
Tue May 31, 2022 7:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xHarbour to Harbour
Replies: 21
Views: 1209

Re: WebView2 for Harbour/Fivewin and VSC 2019

Hi, Mr. Navarro, I tought old IE way like DOM Element. For example. We open the "http://forums.fivetechsupport.com/" link. (I assume that this site is not mine control) We want to double click "Login" to enter login username ...
by Horizon
Wed Sep 22, 2021 12:00 pm
 
Forum: Utilities / Utilidades
Topic: WebView2 for Harbour/Fivewin and VSC 2019
Replies: 27
Views: 4938

Re: Mod Harbour challenge project

... depends on the level you have, but we could say that: - hello world 1 day - understand the web and create small forms 1 month - Interact with the DOM for 2 months - learn to design screens with standard html, css 3 months - learn 1 small application 6 months with all the components: system, login, ...
by Carles
Wed Mar 31, 2021 6:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mod Harbour challenge project
Replies: 15
Views: 2096
Next

Return to advanced search

cron