guides:com:htmlfile

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

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 geekguides:com:htmlfile [2022-07-06 13:08] (current) – s/HMLFile/HTMLFile/ geek
Line 1: Line 1:
-COM Object: HTMLFile+====== HTMLFile ======
  
-PurposeRepresents an HTML documentCan be used to read, write, & interact with HTML.+//Original post by [[user:jethrow]] on the [[https://www.autohotkey.com/board/topic/56987-com-object-reference-autohotkey-v11/#entry358974|AutoHotkey Archived Forums]].//
  
-System Requirements: General+----
  
-Documentation Link document object+**Object Name:** ''HTMLFile''
  
-Other LinksW3Schools - Document Object+**Purpose:** Represents an HTML document. Can be used to read, write, & interact with HTML.
  
-Basic Code Example - this example extracts all the text & URLs from the links on the Google Search Page:+**Documentation Link** ((Microsoft stopped hosting [[http://msdn.microsoft.com/en-us/library/ms535862|their documentation]] for this object in 2017. The last archive.org archive of the page can be found [[https://web.archive.org/web/20160817074457/https://msdn.microsoft.com/en-us/library/ms535862|here]]. All of Microsoft'links have been modified to redirect to [[https://developer.mozilla.org/en-US/docs/Web/API/Document|Mozilla's generic "Document" documentation]].))
  
 +**Other Links:** [[http://www.w3schools.com/jsref/dom_obj_document.asp|W3Schools - Document Object]]
 +
 +**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:
 </code> </code>
  
-This post has an example of a completely HTML based GUI. +[[http://www.autohotkey.com/board/topic/55133-flashhtml-in-gui/#entry346213|This post]] has an example of a completely HTML based GUI.