<!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'">សូមចុចនៅទីនេះ ដើម្បីពិនិត្យមើលថាតើ browser អនុញ្ញាអោយមាន cookie ដែរឬយ៉ាងណា។
<script> function myFunction() { var cookie = navigator.cookieEnabled?"ពិតជាមាន":"គ្មានទេ"; var x = "តើមាន Cookies ដែរទេ?: " + cookie; document.getElementById("demo").innerHTML = x; } </script> </body> </html>
សូមចុចនៅទីនេះ ដើម្បីពិនិត្យមើលថាតើ browser អនុញ្ញាអោយមាន cookie ដែរឬយ៉ាងណា។
នៅលើបន្ទាត់លេខ 12 ការសរសេរថា navigator.cookieEnabled គឺជាការយកសម្បត្តិ cookieEnabled នៅក្នុងវត្ថុ navigator មកពិនិត្យមើលថា តើ browser ពិតជាបានអនុញ្ញាតអោយអនុញ្ញាតអោយមាន cookie ឬយ៉ាងណា។ ចំលើយគឺពិតជាមាន។
Property | Description |
---|---|
appCodeName | Returns the code name of the browser |
appName | Returns the name of the browser |
appVersion | Returns the version information of the browser |
cookieEnabled | Determines whether cookies are enabled in the browser |
geolocation | Returns a Geolocation object that can be used to locate the user's position |
language | Returns the language of the browser |
language | Returns the language of the browser |
onLine | Determines whether the browser is online |
platform | Returns for which platform the browser is compiled |
product | Returns the engine name of the browser |
userAgent | Returns the user-agent header sent by the browser to the server |