0 Talk HTMLDocument Edit History Line of inheritance: Object ⇒ Node ⇒ Document ⇒ HTMLDocument Contents 1 Properties 1.1 frames 1.2 forms 2 Methods 2.1 getElementsByName 2.2 write PropertiesEdit framesEdit Data type HTMLCollection Standard none Documentation Microsoft A list of all frame and iframe elements which this document contains. formsEdit Data type HTMLCollection Standard DOM Level 2 Documentation Mozilla, Microsoft A list of all form elements which this document contains. MethodsEdit getElementsByNameEdit Data type function Return type NodeList Parameter list tagName (string) Standard DOM Level 1, DOM Level 2 Documentation Mozilla, Microsoft Finds every element in the document which has the specified name. writeEdit Data type function Return type undefined Parameter list markup (string) Standard DOM Level 1, DOM Level 2 Documentation Mozilla, Microsoft Puts the given HTML markup in the body tag. If the body is already fully loaded, the effect of this is equivalent to that of a simple assignment to <code>document.body.innerHTML</code>; otherwise, markup is appended to the body's contents. Read more An of Window represents a single browser frame (viewport); it may be either a top-level frame... Window As an adaptation of content from the Mozilla Developer Center, this page is only available under... Location table objects expose the HTMLTableElement interface, which provides special properties and... Table Related Categories Categories: Genealogy pages | HTML DOM types Add category