var clearvalue = function () { var order = document.getElementById("order"); if (order) order.value = null; }; window.onload = clearvalue;