documentオブジェクト
documentオブジェクトはHTMLファイルを意味しています。writeすると、HTML文を出力することになります
生成
なし
使い方
document.title="sample";
メソッド・プロパティ一覧
メソッド
機能
clear
close
open
write
HTML文を出力
writeln
HTML文を出力(改行付き)
プロパティ
機能
alinkColor
アクティブリンクカラー
anchors
bgColor
バックカラー
cookie
fgColor
フォアカラー
forms
lastModified
更新日時
linkColor
リンクカラー
links
location
referrer
title
タイトル
vlinkColor
ビジットリンクカラー
これ以外にもあるかも知れません。