<!DOCTYPE html> <html> <head> <link href='https://fonts.googleapis.com/css?family=Odor+Mean+Chey' rel='stylesheet'> </head> <body style="font:14px/1.5 'Odor Mean Chey'">សូមចុចនៅទីនេះ ដើម្បីពិនិត្យមើលទំហំអេក្រង់របស់អ្នក។
<script> function myFunction() { var width = "បណ្តោយអេក្រង់របស់អ្នកមានប្រវែង: " + screen.width + "px
"; var height = "កំពស់អេក្រង់របស់អ្នកមានប្រវែង: " + screen.height + "px
"; document.getElementById("demo").innerHTML = width + height; } </script> </body> </html>
សូមចុចនៅទីនេះ ដើម្បីពិនិត្យមើលទំហំអេក្រង់របស់អ្នក។
Property | Description |
---|---|
availHeight | Returns the height of the screen (excluding the Windows Taskbar) |
availWidth | Returns the width of the screen (excluding the Windows Taskbar) |
colorDepth | Returns the bit depth of the color palette for displaying images |
height | Returns the total height of the screen |
pixelDepth | Returns the color resolution (in bits per pixel) of the screen |
width | Returns the total width of the screen |