Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
guides:com:htmlfile [2022-02-27 15:05] – ↷ Page moved from ahk:com:htmlfile to guides:com:htmlfile geek | guides:com:htmlfile [2022-07-06 13:08] (current) – s/HMLFile/HTMLFile/ geek | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | COM Object: | + | ====== |
- | Purpose: Represents an HTML document. Can be used to read, write, & interact with HTML. | + | //Original post by [[user:jethrow]] on the [[https:// |
- | System Requirements: | + | ---- |
- | Documentation Link: | + | **Object Name:** '' |
- | Other Links: W3Schools - Document Object | + | **Purpose:** Represents an HTML document. Can be used to read, write, & interact with HTML. |
- | Basic Code Example | + | **Documentation Link** ((Microsoft stopped hosting [[http:// |
+ | **Other Links:** [[http:// | ||
+ | |||
+ | **Basic Code Example** - this example extracts all the text & URLs from the links on the Google Search Page: | ||
<code autohotkey> | <code autohotkey> | ||
Line 77: | Line 80: | ||
</ | </ | ||
- | This post has an example of a completely HTML based GUI. | + | [[http:// |