function inputCheck(obj){ if(obj.text.value == ''){ return false; alert("値を入力してください"); }else{ return true; } }
戻る