| Script This object reflects the functionlaity of the Html SCRIPT element. It is used to encapsulate any scripting commands or functions within your web page. It shlould be noted that hte Win32 version of IE throws an erro when accessing hte innerHtml and innerText properties. DOM Reference Internet Explorer window.document.all.elementIDThe properties of the Script object are: className defer document event htmlFor id innerHtml innerText isTextEdit language parentElement parentTextEdit readyState src sourceIndex style tagName text title typeThe Methods of the Script object are: contains() getAttribute() insertAdjacentHtml() removeAttribute() setAttribute()The Event Handlers for the Script object are: onError onLoad onReadyStateChange |