function loginCheck(){ obj = document.getElementById("loginBtn"); if(obj != null){ //obj.innerHTML = '\"査定一覧へログイン\"'; obj.innerHTML = ''; } //document.wright(\"査定一覧へログイン\"); }