• λ我爱Aspx >> Asp.Net >> asp有象VB的combo控件一样的可以手动修改内容的下拉框码?
  • asp有象VB的combo控件一样的可以手动修改内容的下拉框码?

  • :aspxer  Դ:csdn  :2007-7-6 2:50:07  ؼ:asp,com,vb
  • this.txtObj.style.posLeft = getLeftPostion(this.comObj);

    this.txtObj.style.posTop = getTopPostion(this.comObj) + 1;

    this.txtObj.style.posWidth = this.comObj.offsetWidth - 16;

    this.txtObj.style.posHeight = this.comObj.offsetHeight;

    this.comObj.style.position ="absolute";

    this.comObj.style.posLeft = this.txtObj.style.posLeft;

    this.comObj.style.posTop = this.txtObj.style.posTop;

    this.offWidth = this.comObj.offsetWidth;

    var strRect = "rect(0 "+(this.comObj.offsetWidth)+" "+ this.comObj.offsetHeight +

    " "+(this.txtObj.style.posWidth - 2 )+")";

    this.comObj.style.clip = strRect;

    this.txtObj.style.display="";

    this.beResizing = false;

    }

    }

    function doChange()

    {

    var idx = this.comObj.selectedIndex;

    var opt = this.comObj.options[idx];

    this.txtObj.value = opt.text;

    Ҷƪл˵?
  • һƪ关于myeclipse和lomboz之间的问题
    һƪ在ant里能够调用一个bat文件吗