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

  • :aspxer  Դ:csdn  :2007-7-6 2:50:07  ؼ:asp,com,vb
  • // end

    //------------------------------------------------------------------------------------------------------

    this.beResizing = false;

    this.doResize();

    theArray[theArray.length] = this;

    }

    function loseFocus()

    {

    var theComObj = this.comObj;

    var theTxtObj = this.txtObj;

    var i;

    theComObj.selectedIndex = -1;

    if (theTxtObj.value == "")

    { return; }

    var optLen = theComObj.options.length;

    for (i=0; i<optLen; i++)

    {

    var comVal = theComObj.options[i].text;

    var txtVal = theTxtObj.value;

    if (comVal == txtVal)

    { theComObj.selectedIndex = i;

    return;

    }

    }

    }

    function doResize()

    {

    if (!this.beResizing)

    {

    this.beResizing = true;

    this.txtObj.style.display="none";

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

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