En son web geliştirme öğreticiler
 

Navigator cookieEnabled Property

<Navigator Nesne

Örnek

Olmadığını öğrenmek cookies tarayıcınızda etkindir:

var x = "Cookies Enabled: " + navigator.cookieEnabled;

X'in sonucu olacaktır:

Kendin dene "

Daha "Try it Yourself" Aşağıdaki örnekler.


Tanımı ve Kullanımı

CookieEnabled özellik olmadığını belirten bir Boole değeri döndürür cookies tarayıcıda etkindir.

Çerezler hakkında daha fazla bilgi için lütfen okuyunuz JavaScript Cookies Eğitimi .


Tarayıcı Desteği

özellik
cookieEnabled Evet Evet Evet Evet Evet

Sözdizimi

navigator.cookieEnabled

Teknik detaylar

Geri dönüş değeri: Bir Boole, olmadığını gösteren cookies tarayıcıda etkindir.

etkin, aksi takdirde yanlış döndürür true döndürür

Örnekler

Diğer Örnekler

Örnek

Bir örnek tüm gezgini özelliklerinin bir gösteri:

var txt = "";
txt += "<p>Browser CodeName: " + navigator.appCodeName + "</p>";
txt += "<p>Browser Name: " + navigator.appName + "</p>";
txt += "<p>Browser Version: " + navigator.appVersion + "</p>";
txt += "<p>Cookies Enabled: " + navigator.cookieEnabled + "</p>";
txt += "<p>Browser Language: " + navigator.language + "</p>";
txt += "<p>Browser Online: " + navigator.onLine + "</p>";
txt += "<p>Platform: " + navigator.platform + "</p>";
txt += "<p>User-agent header: " + navigator.userAgent + "</p>";
Kendin dene "

Navigator Nesnesi Referans Navigator Nesne