10.07.2017 Views

javascript_tutorial

Create successful ePaper yourself

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

Javascript<br />

forms[ ]<br />

9<br />

An array of Form objects, one for each HTML form that appears<br />

in the document.<br />

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

images[ ]<br />

10<br />

An array of Image objects, one for each image that is<br />

embedded in the document with the HTML tag.<br />

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

lastModified<br />

11<br />

A read-only string that specifies the date of the most recent<br />

change to the document<br />

Ex: document.lastModified<br />

linkColor<br />

12<br />

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

Ex: document.linkColor<br />

links[ ]<br />

13<br />

It is a document link array.<br />

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

Location<br />

14<br />

The URL of the document. Deprecated in favor of the URL<br />

property.<br />

Ex: document.location<br />

15<br />

plugins[ ]<br />

A synonym for the embeds[ ]<br />

328

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

Saved successfully!

Ooh no, something went wrong!