function ClearForm() { document.f2.bedrijfsnaam.value = ""; document.f2.adres.value = ""; document.f2.postcode.value = ""; document.f2.plaats.value = ""; document.f2.telefoon.value = ""; document.f2.keyword.value = ""; }