Scripts
-
Tutorials
-
Forum
-
Downloads
-
Showcase
-
Contact
Naam:
Wachtwoord:
Artikels
VPN vergelijken
Algemeen
Beginpagina
FAQ
Grafische worm
(243)
Links
Nieuwsartikels
Nieuwsarchief
Boeken programmeren
Overzicht
Samenwerken
Webhosting
Zoek op Sitemasters
Leden
Login
Registreren
Ledenlijst
Ons team
Links
webhostingtop10.be
Sociale media
Follow @sitemasters
Sitemasters
Adverteren op Sitemasters?
Contacteer ons
RSS
Link naar ons
Donaties
Poll
Wat is jouw favoriete javascript framework?
(
S: 18
,
R: 2
)
Je moet ingelogd zijn om te stemmen.
Statistieken
86 bezoekers online
0 leden online
0 crewleden online
Totaal: 86
Linkpartners
Overzicht:
Overzicht
>
JavaScript
> navigator.cookieEnabled
Gebruik:
if(navigator.cookieEnabled == true) ...
Uitleg:
Hiermee kan je weten of je browser cookies accepteert of niet.
Compatible:
4.0+
6.x+
1.0+
7.0+
Voorbeeld:
<script>
if(navigator.cookieEnabled)
{
if(navigator.cookieEnabled == true)
document.write("Uw browser accepteert cookies.");
else if(navigator.cookieEnabled == false)
document.write("Uw browser accepteert geen cookies.");
else
document.write("Kan niet uitlezen of u cookies accepteer.");
}
else
{
document.write("Uw browser ondersteunt deze functie niet");
}
</script>
Bijdragen :
Er zijn nog geen bijdragen.
Overzicht
Array()
array.concat()
array.join()
array.length
array.pop()
array.push()
array.reverse()
array.unshift()
charAt()
concat()
document.anchors()
document.captureE...
document.clear()
document.close()
document.contextu...
document.elementF...
document.lastModi...
document.links()
document.open()
document.releaseE...
document.routeEve...
document.title
document.URL
document.write()
document.writeIn()
escape()
eval()
getSelection()
history.back()
history.forward()
history.go()
history.length
indexOf()
length
Math.abs()
Math.acos()
Math.asin()
Math.atan()
Math.ceil()
Math.cos()
Math.E
Math.exp()
Math.floor()
Math.log()
Math.max()
Math.min()
Math.PI
Math.pow()
Math.random()
Math.round()
Math.sin()
Math.sqrt()
Math.tan()
navigator.appCode...
navigator.appName()
navigator.appVers...
navigator.cookieE...
navigator.javaEna...
navigator.platform()
navigator.taintEn...
onAbort()
onBlur()
onChange()
onClick()
onDblClick()
onError()
onFocus()
onKeyDown()
onKeyPress()
onKeyUp()
onLoad()
onMouseDown()
onMouseMove()
onMouseOut()
onMouseOver()
onMouseUp()
onMove()
onReset()
onResize()
onSelect()
onSubmit()
onUnload()
parseFloat()
parseInt()
print()
reload()
setTimeout()
string.big()
string.blink()
string.bold()
string.charCodeAt()
string.fixed()
string.fontcolor()
string.fontsize()
string.fromCharCo...
string.indexOf()
string.intalics()
string.length()
string.link()
string.match()
string.slice()
string.split()
substr()
toLowerCase()
toUpperCase()
unescape()
window.alert()
window.blur()
window.clearTimeo...
window.close()
window.confirm()
window.focus()
window.prompt()
window.screen()
window.setInterval()
window.setTimeout()
© 2002-2024 Sitemasters.be -
Regels
- Laadtijd: 0.01s