function clearform() { document.getElementById("name").value=""; //don't forget to set the textbox id document.getElementById("email").value=""; }