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

  • :aspxer  Դ:csdn  :2007-7-6 2:50:07  ؼ:asp,com,vb
  • asp有象VB的combo控件一样的可以手动修改内容的下拉框码?或者类似的对象

    google_ad_width = 250; google_ad_height = 250; google_ad_format = "250x250_as"; google_color_url = "000000";

    第2楼. 由 hookee 于 2007-6-26 0:29:59 发表

    ComboBox.js

    function getLeftPostion( theObj )

    {

    var pos = 0;

    while ( theObj != null )

    {

    pos += theObj.offsetLeft;

    //get the Object which contain theObj.

    theObj = theObj.offsetParent;

    }

    return pos;

    }

    function getTopPostion( theObj )

    {

    var pos = 0;

    while ( theObj != null )

    {

    pos += theObj.offsetTop;

    //get the Object which contain theObj.

    theObj = theObj.offsetParent;

    }

    return pos;

    }

    function checkVersion()

    {

    var isBadVersion=true;

    var curVer=navigator.appVersion;

    var pos=parseInt(curVer.indexOf("MSIE"));

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