Næste
Forrige
Oversigt
Mere Browser serie, Planche nr. 7
Kursus Indhold

Prædefinereder Navigator Arrays

Her er en liste over de Arrays, der er defineret som properties på 'navigator' objektet.
Object Property Description
document
anchors

Reflects a document's <A> tags that contain a NAME attribute in source order

applets

Reflects a document's <APPLET> tags in source order

embeds

Reflects a document's <EMBED> tags in source order

forms

Reflects a document's <FORM> tags in source order

images

Reflects a document's <IMG> tags in source order (images created with the Image() constructor are not included in the images array)

links

Reflects a document's <AREA HREF="..."> tags, <A HREF=""> tags, and Link objects created with the link method in source order

Function
arguments

Reflects the arguments to a function

Form
elements

Reflects a form's elements (such as Checkbox, Radio, and Text objects) in source order

navigator
mimeTypes

Reflects all the MIME types supported by the client (either internally, via helper applications, or by plug-ins)

plugins

Reflects all the plug-ins installed on the client in source order

select
options

Reflects the options in a Select object (<OPTION> tags) in source order

window
frames

Reflects all the <FRAME> tags in a window containing a <FRAMESET> tag in source order

history

Reflects a window's history entries


© 1999 BLA*net - Leif E. Andersen, leander@blanet.dk