10.02.2018 Views

js_tutorial

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Javascript<br />

Specifies the loading status of a document. It has one of the<br />

following four string values:<br />

Ex: document.readyState<br />

9<br />

Uninitialized<br />

The document has not started loading.<br />

Example: document.uninitialized<br />

Loading<br />

10<br />

The document is loading.<br />

Ex: document.loading<br />

interactive<br />

11<br />

The document has loaded sufficiently for the user to interact with it.<br />

Ex: document.interactive<br />

complete<br />

12<br />

The document is completely loaded.<br />

Ex: document.complete<br />

Document Methods in IE4 DOM<br />

This model supports all the methods available in Legacy DOM. Additionally, here<br />

is a list of methods supported by IE4 DOM.<br />

S.No<br />

Property and Description<br />

elementFromPoint(x,y)<br />

1<br />

Returns the Element located at a specified point.<br />

Ex: document.elementFromPoint(x,y)<br />

338

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!