10.07.2017 Views

javascript_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 />

all[ ]<br />

2<br />

An array of all Element objects within the document. This array may<br />

be indexed numerically to access elements in source order, or it may<br />

be indexed by element id or name.<br />

Ex: document.all[ ]<br />

Charset<br />

3<br />

The character set of the document.<br />

Ex: document.charset<br />

children[ ]<br />

4<br />

An array that contains the HTML elements that are the direct children<br />

of the document. Note that this is different from the all [ ] array that<br />

contains all the elements in the document, regardless of their<br />

position in the containment hierarchy.<br />

Ex: document.children[ ]<br />

defaultCharset<br />

5<br />

The default character set of the document.<br />

Ex: document.defaultCharset<br />

expand<br />

6<br />

This property, if set to false, prevents client-side objects from being<br />

expanded.<br />

Ex: document.expando<br />

parentWindow<br />

7<br />

The window that contains the document.<br />

Ex: document.parentWindow<br />

8 readyState<br />

337

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

Saved successfully!

Ooh no, something went wrong!