height

種類メソッド
書式 screen.height
解説
モニタの縦幅を返します。
サンプルコード
function sampleCode()
{
n = screen.height;
txtField.data = n;
}
sampleCode();
実際のスクリプトをダウンロード