Changes

Jump to: navigation, search

JavaScript Document Object

752 bytes added, 20:11, 14 May 2007
Document Object Properties
<td>embeds<td>An array of objects embedded into the document</td>
<tr>
<td>forms<td>An array of the Forms objects contained in the document. See [[JavaScript Forms and HTML]]</td><tr><td>images<td>An Array of ''Image'' objects contained the document</td><tr><td>lastModified<td>The date that the document was last modified</td><tr><td>linkColor<td>The color to be used when displaying links in the document</td><tr><td>links<td>An array of links contained in the document</td><tr><td>referrer<td>The URL of the document from which the current document was linked (i.e. how the visitor arrived at this page)</td><tr><td>title<td>The title of the docuemnt (corresponds to the HTML ''<title>'' tag)</td><tr><td>URL<td>The URL of the current document</td><tr><td>vlinkColor<td>The color to be used when displaying links in the document which have been visited by the current user</td>
</table>

Navigation menu