INS

The ins object reflects the functionality of the Html INS element, which is used to mark text within your document which has been marked for insertion. The text will be rendered as underlined. This element is not widely used, and will doubtless not make it to the final draft of the DOM specifications.

DOM Reference

Internet Explorer

window.document.all.elementID

The properties of the INS object are:

cite
className
dateTime
document
id
innerHtml
innerText
isTextEdit
lang
language
offsetHeight
offsetLeft
offsetParent
offsetTop
offsetWidth
outerHtml
outerText
parentElement
parentTextEdit
sourceIndex
style
tagName
title

The Methods of the INS object are:

click()
contains()
getAttribute()
insertAdjacentHtml()
insertAdjacentText()
scrollIntoView()
setAttribute()

The Collections and Arrays for the INS object are:

all [ ]
children [ ]

The Event Handlers for the INS object are:

onClick
onDblClick
onDragStart
onFilterChange
onHelp
onKeyDown
onKeyPress
onKeyUp
onMouseDown
onMouseMove
onMouseOut
onMouseOver
onMouseUp
onSelectStart