HTML Document Object Model

Post Reply
twosheds
Posts: 21
Joined: Mon Feb 22, 2010 1:58 pm

HTML Document Object Model

Post by twosheds »

Eugene,

Could we have a function/set of functions that allow the user to access the DOM of a web page via script? I use the DOM extensively (in VB) to extract information from web pages without the need to use regular expressions etc.
Eugene
Posts: 2940
Joined: Tue Nov 17, 2009 8:05 pm

Re: HTML Document Object Model

Post by Eugene »

twosheds wrote: Could we have a function/set of functions that allow the user to access the DOM of a web page via script? I use the DOM extensively (in VB) to extract information from web pages without the need to use regular expressions etc.
Scripting support CreateOleObject
Post Reply