Latest web development tutorials
×

JavaScript & HTML DOM リファレンスマニュアル

概要

JavaScript オブジェクト

JavaScript Array オブジェクト JavaScript Boolean オブジェクト JavaScript Date オブジェクト JavaScript Math オブジェクト JavaScript Number オブジェクト JavaScript String オブジェクト JavaScript RegExp オブジェクト JavaScript グローバルプロパティ/関数 JavaScript 演算子

Browser オブジェクト

Window オブジェクト Navigator オブジェクト Screen オブジェクト History オブジェクト Location オブジェクト

DOM オブジェクト

HTML DOM Document オブジェクト HTML DOM Elementオブジェクト HTML DOM 属性オブジェクト HTML DOM イベントオブジェクト

HTML オブジェクト

<a> <area> <audio> <base> <blockquote> <body> <button> <canvas> <col> <colgroup> <datalist> <del> <details> <dialog> <embed> <fieldset> <form> <iframe> <frameset > <img> <ins> <input> - button <input> - checkbox <input> - color <input> - date <input> - datetime <input> - datetime-local <input> - email <input> - file <input> - hidden <input> - image <input> - month <input> - number <input> - range <input> - password <input> - radio <input> - reset <input> - search <input> - submit <input> - text <input> - time <input> - url <input> - week <keygen> <link> <label> <legend> <li> <map> <menu> <menuItem> <meta> <meter> <object> <ol> <optgroup> <option> <param> <progress> <q> <script> <select> <source> <style> <table> <td> <th> <tr> <textarea> <title> <time> <track> <video>

画面オブジェクト

画面オブジェクト

Screenオブジェクトは、クライアントの表示画面に関する情報が含まれています。

ノート 公共の場で使用される標準的な画面オブジェクトはありませんが、すべてのブラウザでは、オブジェクトをサポートしています注意してください


Screenオブジェクトのプロパティ

プロパティ 説明
availHeight (Windowsタスクバーを含まない)画面の高さに戻ります
availWidth (Windowsタスクバーを含まない)画面の幅を返します
色深度 ターゲット・デバイスのビット深度または上のパレットのバッファを返します。
高さ 画面の高さの合計を返します。
pixelDepth 画面の色解像度(ピクセル当たりのビット数)に戻ります
画面の幅の合計を返します。