Bekijk de onderstaande video om te zien hoe je onze site als een web app op je startscherm installeert.
Opmerking: Deze functie is mogelijk niet beschikbaar in sommige browsers.
<input type="text" name="fout" id="fout" value="iets" onclick='document.getElementById("fout").value="";'>
<input type="text" name="fout" id="fout" value="iets" onclick='document.getElementById("fout").value="";'>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
<script language="javascript">
function clearText(thefield){
if (thefield.defaultValue==thefield.value)
thefield.value = ""
}
function addText(thefield, text){
if (thefield.value=="")
thefield.value = text
}
</script>
</head>
<body>
<input type="text" size="30" value="Vul hier uw naam in" name=""
maxlength="50" onFocus="clearText(this)" onBlur=addText(this,'Vul hier uw naam in')">
</body>
</html>
We gebruiken essentiële cookies om deze site te laten werken, en optionele cookies om de ervaring te verbeteren.