Term
|
Definition
what specifies or returns a string value representing the color for active links |
|
|
Term
|
Definition
Returns an array containing references to each anchor reference in the document. |
|
|
Term
<A NAME = "anchorName>tags. |
|
Definition
How are anchor references defined. |
|
|
Term
|
Definition
Returns an array containing references to each tag in the document. |
|
|
Term
|
Definition
what specifies or returns a string value representing the background color of the document. |
|
|
Term
|
Definition
What specifies or returns a string value containing name=value pairs of data that will persist in the clients' memory either until the expiration date is reached or until the browser is cleared(if not expiration date is present.) |
|
|
Term
|
Definition
What specifies or returns a string value representing the foreground color (text color) of the document. |
|
|
Term
|
Definition
What returns an array containing references to each form in the document. |
|
|
Term
|
Definition
what returns an array containing reference to LL <IMG> tags in the document |
|
|
Term
|
Definition
What specifies or returns a string value representing the color of unvisited links. |
|
|
Term
|
Definition
What returns a string value representing the date and time that the document was last modified |
|
|
Term
|
Definition
what returns an array containing references to each link in the document. link references are defined wtih <HREF = "URL">tags. |
|
|
Term
|
Definition
what is the string value representing the current URL |
|
|
Term
|
Definition
What returns a string value representing the URL of the document from which the curent document was accessed. |
|
|
Term
|
Definition
What specifies or returns a string value representing the color of visited links. |
|
|
Term
What are the properties of document |
|
Definition
alinkColor
anchors
applets
bgColor
cookie
fgColor
forms
images
linkColor
lastModified
links
location
referrer
title
vlinkColor |
|
|
Term
what are the methods of document |
|
Definition
close()
open()
write(content)
writeIn(content) |
|
|
Term
|
Definition
What is used to associate an object's name with the object's properties or methods |
|
|
Term
|
Definition
What is an often-used window object property that refers to the text string displayed in the status bar at the bottom of the browser window |
|
|
Term
toolbar
location
directories
menubar
scrollbars
resizable
width
height
top
left |
|
Definition
what are the window attributes accesible in the open() method |
|
|
Term
|
Definition
What relates to the principle that some objects cannot be used or referenced with a reference to the parent object. |
|
|