Articles tagged: Document
Found 62 documents
- Archive/JXON JXON (lossless J avaScript X ML O bject N otation) is a generic name by which is defined the ...
- Learn/Common_questions/Checking_that_your_web_site_is_working_properly So you've published your website online? Very good! But are you sure it works properly?
- Mozilla/Tech/XPCOM/Reference/Interface/nsIDOMNSHTMLDocument Provided for compatibility with Netscape 4.x, but does not actually do anything.
- Web/API/Document/activeElement Returns the currently focused element, that is, the element that will get keystroke events if ...
- Web/API/Document/anchors anchors returns a list of all of the anchors in the document.
- Web/API/Document/applets applets returns an ordered list of the applets within a document.
- Web/API/Document/async document.async can be set to indicate whether a document.load call should be an asynchronous or ...
- Web/API/Document/bgColor The deprecated bgColor property gets or sets the background color of the current document.
- Web/API/Document/body Returns the body or frameset node of the current document, or null if no such element exists.
- Web/API/Document/caretRangeFromPoint The caretRangeFromPoint() method of the Document interface returns a Range object for the ...
- Web/API/Document/characterSet The Document.characterSet read-only property returns the character encoding of the current ...
- Web/API/Document/clear This method used to clear the whole specified document in early (pre-1.0) versions of Mozilla.
- Web/API/Document/close The document.close() method finishes writing to a document, opened with document.open().
- Web/API/Document/cookie Get and set the cookies associated with the current document. For a general library see this ...
- Web/API/Document/createDocumentFragment Creates a new empty DocumentFragment.
- Web/API/Document/createElement In an HTML document, the Document.createElement() method creates the HTML element specified by ...
- Web/API/Document/createRange Returns a new Range object.
- Web/API/Document/createTreeWalker The Document.createTreeWalker() creator method returns a newly created TreeWalker object.
- Web/API/Document/defaultView In browsers, document.defaultView returns the window object associated with a document, or null ...
- Web/API/Document/designMode document.designMode controls whether the entire document is editable. Valid values are "on" and ...
- Web/API/Document/dir The Document.dir property is a DOMString representing the directionality of the text of the ...
- Web/API/Document/doctype Returns the Document Type Declaration (DTD) associated with current document. The returned ...
- Web/API/Document/domain Gets/sets the domain portion of the origin of the current document, as used by the same origin ...
- Web/API/Document/embeds embeds returns a list of the embedded OBJECTS within the current document.
- Web/API/Document/forms forms returns a collection (an HTMLCollection) of the form elements within the current document.
- Web/API/Document/fullscreen The Document.fullscreen read-only property reports whether or not the document is currently ...
- Web/API/Document/fullscreenElement The Document.fullscreenElement read-only property returns the Element that is currently being ...
- Web/API/Document/fullscreenEnabled The Document.fullscreenEnabled read-only property returns a Boolean that reports whether or not ...
- Web/API/Document/getAnimations The getAnimations() method of the Document interface returns an array of all Animation objects ...
- Web/API/Document/getElementById Returns a reference to the element by its ID ; the ID is a string which can be used to identify ...
- Web/API/Document/getElementsByName Returns a nodelist collection with a given name in the (X)HTML document.
- Web/API/Document/getSelection This method functions identically to the Window.getSelection() method; it returns a Selection ...
- Web/API/Document/head Returns the head element of the current document. If there are more than one head elements, the ...
- Web/API/Document/height Returns the height of the document object. In most cases, this is equal to the body element of ...
- Web/API/Document/hidden The Document.hidden read-only property returns a Boolean value indicating if the page is ...
- Web/API/Document/images document.images returns a collection of the images in the current HTML document.
- Web/API/Document/importNode Creates a copy of a node from an external document that can be inserted into the current document.
- Web/API/Document/lastModified Returns a string containing the date and time on which the current document was last modified.
- Web/API/Document/linkColor linkColor gets/sets the color of links within the document.
- Web/API/Document/links The links property returns a collection of all area elements and a elements in a document with a ...
- Web/API/Document/location The Document.location read-only property returns a Location object, which contains information ...
- Web/API/Document/onfullscreenchange The Document.onfullscreenchange property is an event handler for the fullscreenchange event that ...
- Web/API/Document/onfullscreenerror The Document.onfullscreenerror property is an event handler for the fullscreenchange event that ...
- Web/API/Document/ononline " online " event is fired on the body of each page when the browser switches between online and ...
- Web/API/Document/onselectionchange The Document.onselectionchange property represents the event handler that is called when a ...
- Web/API/Document/plugins Returns an HTMLCollection object containing one or more HTMLEmbedElement s or null which ...
- Web/API/Document/preferredStyleSheetSet Returns the preferred style sheet set as set by the page author.
- Web/API/Document/queryCommandEnabled The Document.queryCommandEnabled() method reports whether or not the specified editor command is ...
- Web/API/Document/querySelectorAll Returns a list of the elements within the document (using depth-first pre-order traversal of the ...
- Web/API/Document/scripts Returns a list of the script elements in the document. The returned object is an HTMLCollection.
- Web/API/Document/scrollingElement The scrollingElement read-only property of the Document interface returns a reference to the ...
- Web/API/Document/timeline The timeline readonly property of the Document interface represents the default timeline of the ...
- Web/API/Document/title Gets or sets the title of the document.
- Web/API/Document/URL The URL read-only property of the Document interface returns the document location as a string.
- Web/API/Document/visibilityState The Document.visibilityState read-only property returns the visibility of the document, that is ...
- Web/API/Document/vlinkColor Gets/sets the color of links that the user has visited in the document.
- Web/API/Document/width Returns the width of the body element of the current document in pixels.
- Web/API/DOMTokenList/replace The replace () method of the DOMTokenList interface replaces an existing token within a given ...
- Web/API/Element/requestFullScreen The Element.requestFullscreen() method issues an asynchronous request to make the element be ...
- Web/API/XPathExpression An XPathExpression is a compiled XPath query returned from document.createExpression(). It has a ...
- Web/HTML/Element/meta The HTML meta element represents any metadata information that cannot be represented by one of ...
- Web/JavaScript/Guide/Working_with_Objects JavaScript is designed on a simple object-based paradigm. An object is a collection of ...