function search2(){ if (document.chazao.ProductId.value.length < 1){ alert("please input Goods number of the products!"); document.chazao.ProductId.focus(); return; } chazao.submit(); }