10.02.2018 Views

js_tutorial

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Javascript<br />

Ex: document.anchors[0], document.anchors[1] and so on<br />

applets[ ]<br />

3<br />

An array of Applet objects, one for each applet that appears in<br />

the document<br />

Ex: document.applets[0], document.applets[1] and so on<br />

bgColor<br />

4<br />

Deprecated - A string that specifies the background color of the<br />

document.<br />

Ex: document.bgColor<br />

Cookie<br />

5<br />

A string valued property with special behavior that allows the<br />

cookies associated with this document to be queried and set.<br />

Ex: document.cookie<br />

Domain<br />

6<br />

A string that specifies the Internet domain the document is<br />

from. Used for security purpose.<br />

Ex: document.domain<br />

embeds[ ]<br />

7<br />

An array of objects that represent data embedded in the<br />

document with the tag. A synonym for plugins [].<br />

Some plugins and ActiveX controls can be controlled with<br />

JavaScript code.<br />

Ex: document.embeds[0], document.embeds[1] and so on<br />

fgColor<br />

8<br />

A string that specifies the default text color for the document<br />

Ex: document.fgColor<br />

327

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

Saved successfully!

Ooh no, something went wrong!