if document.all.inputName.disabled == true
...

解决方案 »

  1.   

    if(this.style.imeMode.active== true){
    alert("555555555")
    }我这么做
    怎么也不好用啊
    错再哪里了?
      

  2.   

    if(document.all.inputName.style.imeMode == "active")
        ......
      

  3.   

    if(document.all.inputName.style.imeMode == "active")
    是什么意思啊??
      

  4.   

    放在我这里出错阿
    inputName是不是具体的input的名字阿
    我要在keyUp事件里判断,是共通的
    //onKeyup時の処理
    function _onKeyupTask(next) {
    if(this.maxLength > _myLen(this.value)) return;
    //
    if(document.all.inputName.style.imeMode == "active"){
    alert("555555555");
    return;
    }
    //////////////////////////
    //if(this.className=="zenkaku" || this.className=="zenkaku_right" || this.className=="ank" 
    //|| this.className=="ank_right" || this.className=="code_name") return;
    // 最大文字数したら、次の入力項目へ
    if(next) { next.focus(); return; }
    _nextFocus(this);
    }
    怎么改阿
      

  5.   

    //onKeyup時の処理
    function _onKeyupTask(next) { if(this.maxLength > _myLen(this.value)) return;
    //
    if(document.all.inputName.style.imeMode == "active"){
    alert("555555555");
    return;
    } // 最大文字数したら、次の入力項目へ
    if(next) { next.focus(); return; }
    _nextFocus(this);
    }
      

  6.   

    //onKeyup時の処理
    function _onKeyupTask(next) { if(this.maxLength > _myLen(this.value)) return;
    //
    if(document.all.inputName.style.imeMode == "active"){
    alert("555555555");
    return;
    } // 最大文字数したら、次の入力項目へ
    if(next) { next.focus(); return; }
    _nextFocus(this);
    }再我这个函数里面用if(document.all.inputName.style.imeMode == "active"){
    不行的
      

  7.   

    if(document.all.eval(inputName).style.imeMode == "active")
      

  8.   

    inputName是一个文本框的名字你怎么是日本注释啊,你是日本人?I don't like Japanese!
      

  9.   

    我要做成共通的阿,不能引进文本框的名字,只能用this阿
    我不是日本人阿
    是做外包活,我也没办法阿