Home » ★JavaScriptリファレンス

★JavaScriptリファレンス

history.length …… ブラウザで表示した履歴の数を返す
Internet Explorer
Google Chrome
Safari
Firefox
Opera
広告



historyオブジェクトのlengthプロパティは、それまでにブラウザで表示した履歴の数を返します。

■使用例

HTML + JavaScriptソース

<script>
document.write (history.length);
</script>

↓↓↓

ブラウザ上の表示

広告



Lorem Ipsum is simply dummy text

    By signing up, you agree to our Terms and Privacy Policy. Unsubscribe anytime.