| password The radio password reflects the functionality of an Html INPUT element whose TYPE attribute has been set to 'radio'. It is the common convention within browsers that characters typed into password fields are rendered with asterisks to represent the individual characters, thus providing a measure of user security. DOM Reference Internet Explorer window.document.formName.elementName window.document.forms[n].elements[n] window.document.all.elementID Netscape Navigator window.document.formName.elementName window.document.forms[n].elements[n]The properties of the password object are: accessKey checked className dataFld dataSrc defaultChecked disabled document form id isTextEdit lang language name offsetHeight offsetLeft
offsetParent offsetTop offsetWidth outerHtml outerText parentElement parentTextEdit recordNumber sourceIndex status style tabIndex tagName title type valueThe Methods of the password object are: blur() click() contains() focus() getAttribute() handleEvent() inserAdjacentHtml() insertAdjacentText() removeAttribute() scrollIntoView() setAttribute()The Collections and Arrays for the password object are: all [ ] children [ ] filters [ ]The Event Handlers for the password object are: onAfterUpdate onBeforeUpdate onBlur onChange onClick onDblClick onErrorUpdate onFilterChange onFocus onHelp onKeyDown onKeyPress onKeyUp onMouseDown onMouseMove onMouseOut onMouseOver onMouseUp onSelect |