Results 1 - 20 of 360

NavigatorOnLine

The NavigatorOnLine interface contains methods and properties related to the connectivity status of the browser.
API HTML-DOM

NavigatorID

The NavigatorID interface contains methods and properties related to the identity of the browser.
API HTML DOM HTML-DOM Interface Navigator NavigatorID Reference

GlobalEventHandlers.onclose

An event handler for close events sent to the window. (Not available with Firefox 2 or Safari)
API HTML DOM Property Reference

GlobalEventHandlers.ondblclick

The ondblclick property returns the onDblClick event handler code on the current element.
API HTML DOM Property Reference

GlobalEventHandlers.onerror

An event handler for the error event. Error events are fired at various targets for different kinds of errors:
API HTML DOM Property Reference

GlobalEventHandlers.onfocus

The onfocus property returns the onFocus event handler code on the current element.
API HTML DOM Property Reference

GlobalEventHandlers.oninput

An event handler for the input event on the window. The input event is raised when an <input> element value changes. 
API HTML DOM Property Reference

GlobalEventHandlers.onkeydown

The onkeydown property returns the onKeyDown event handler code on the current element.
API HTML DOM Property Reference

GlobalEventHandlers.onkeyup

The onkeyup property returns the onKeyUp event handler code for the current element.
API HTML DOM Property Reference

GlobalEventHandlers.onload

An event handler for the load event of a window.
API HTML DOM Property Reference

GlobalEventHandlers.onmousemove

The onmousemove property returns the mousemove event handler code on the current element.
API HTML DOM Property Reference

GlobalEventHandlers.onmouseover

The onmouseover property returns the onMouseOver event handler code on the current element.
API HTML DOM Property Reference

GlobalEventHandlers.onscroll

An event handler for scroll events on element.
API HTML DOM Property Reference

GlobalEventHandlers.onsubmit

An event handler for the submit event on the window.
API HTML DOM Property Reference

History

The History interface allows to manipulate the browser session history, that is the pages visited in the tab or frame that the current page is loaded in.
API History API HTML-DOM

HTMLAnchorElement

The HTMLAnchorElement interface represents hyperlink elements and provides special properties and methods (beyond those of the regular HTMLElement object interface they also have available to them by inheritance) for manipulating the layout and presentation of such elements.
API HTML DOM Interface Reference

HTMLAreaElement

The HTMLAreaElement interface provides special properties and methods (beyond those of the regular object HTMLElement interface it also has available to it by inheritance) for manipulating the layout and presentation of area elements.
API HTML DOM Interface Reference

HTMLHeadElement

The HTMLHeadElement interface contains the descriptive information, or metadata, for a document. This object inherits all of the properties and methods described in the HTMLElement interface.
API HTML DOM Interface Reference

HTMLIFrameElement

The HTMLIFrameElement interface provides special properties and methods (beyond those of the HTMLElement interface it also has available to it by inheritance) for manipulating the layout and presentation of inline frame elements.
API HTML DOM Interface Reference