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

  • :aspxer  Դ:csdn  :2007-7-6 2:50:07  ؼ:asp,com,vb
  • // create the text object

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

    var txtObjIdName = objId + "_text";

    if (document.all[txtObjIdName] != null)

    {

    strMsg="The following id: "" + txtObjIdName +"" is used internally by the Combo Box!\r\n"+

    "Use of this id in your page may cause malfunction. Please use another id for your controls.";

    alert(strMsg);

    }

    var txtInner = "<INPUT type="text" id=" + txtObjIdName + " name=" + txtObjIdName +

    " onblur="" + objHandler + ".loseFocus()" " +

    " style="display: none; position: absolute" value="" >";

    this.comObj.insertAdjacentHTML("afterEnd", txtInner);

    this.txtObj = document.all[txtObjIdName];

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

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