Navigator Object
L'oggetto navigator contiene informazioni sul browser.
Note: Non esiste uno standard pubblico che si applica all'oggetto navigatore, ma tutti i principali browser supportano.
Proprietà Navigator Object
Proprietà | Descrizione |
---|---|
appCodeName | Restituisce il nome in codice del browser |
appName | Restituisce il nome del browser |
appVersion | Restituisce le informazioni sulla versione del browser |
cookieEnabled | Determina se cookies sono abilitati nel browser |
geolocation | Restituisce un oggetto Geolocation che può essere utilizzato per individuare la posizione dell'utente |
language | Restituisce la lingua del browser |
onLine | Determina se il browser è in linea |
platform | I ritorni per il quale la piattaforma è compilato il browser |
product | Restituisce il nome del motore del browser |
userAgent | Restituisce l'intestazione user-agent inviato dal browser al server |
Metodi Navigator Object
Metodo | Descrizione |
---|---|
javaEnabled() | Specifica se il browser ha abilitato Java |
taintEnabled() | Rimosso nella versione JavaScript 1.2. Specifica se il browser ha abilitato tainting dati |