clear textbox js

JavaScript
   function name()
   {  
   document.getElementById('elementid').value = "";
   }
Source

Also in JavaScript: