I am trying to come up with code that can look at an HTML document and produce a list of fields that will accept data, buttons and check boxes that can be clicked, and dropdowns that can have a value selected.
I see references to XML as a similar scheme to DOM and wonder if they talk to each other. I've never used the XML capabilities in VFP so that probably compounds my confusion. The IDE seems to know something about the DOM as entering a dot after the name of an object created from Internet Explorer Automation yields a dropdown list of suggestions. After selecting document, for example, entering another dot gives the same list of suggestions so I've not figured out how to tell what combinations are compatible. If one attempts to examine a DOM object via display memory, VFP shows it as a local object with "UNKNOWN TYPE dom" Thus it appears to recognize it as Document Object Model but declares it to be an unknown type. Any code, suggestions, or encouragement will be welcome! Joe --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text/html --- _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/CABQeDnVGhUnWPm3WNAw6VQ7sKtk5NvwOSeQWH=qubFS+UN=b...@mail.gmail.com ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

