最大ヒストリー数の取得、設定
■プログラム説明
最大ヒストリー数はnumberOfHistoryStatesで取得、設定できます。
■ソースコード
num = preferences.numberOfHistoryStates;
alert(num);
■ポイント
なし