Bob Barrows replied to jvcoach23
07-Oct-09 02:38 PM
This is definitely out of scope in an ASP group. You're talking about
doing something on a client machine. ASP is strictly server-side
technology.
You will likely need to use a client application that hooks into the
browser process to get at the DOM. I do not think this is trivial,
especially if you need to make it browser-independent. But anyways, you
should ask in a group that focusses on whatever application language
(VB, C++, etc.) you wish to use to accomplish this.
--
HTH,
Bob Barrows