Her er en liste over de Arrays, der er defineret som properties på 'navigator' objektet.
document
anchors
Reflects a document's <A> tags that contain a NAME attribute in source order
<A>
NAME
applets
Reflects a document's <APPLET> tags in source order
<APPLET>
embeds
Reflects a document's <EMBED> tags in source order
<EMBED>
forms
Reflects a document's <FORM> tags in source order
<FORM>
images
Reflects a document's <IMG> tags in source order (images created with the Image() constructor are not included in the images array)
<IMG>
Image()
links
Reflects a document's <AREA HREF="..."> tags, <A HREF=""> tags, and Link objects created with the link method in source order
<AREA HREF="...">
<A HREF="">
Link
link
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
Checkbox
Radio
Text
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
Select
<OPTION>
window
frames
Reflects all the <FRAME> tags in a window containing a <FRAMESET> tag in source order
<FRAME>
<FRAMESET>
history
Reflects a window's history entries