this改成event.srcElement看行不行

解决方案 »

  1.   

    function DualList_MoveRight() {  if( this.Parent.LeftBox.options[this.Parent.LeftBox.options.selectedIndex].value == "ALL" ) 

    DualList_MoveAllLeft.call(this); 
    return false; 


    else { 
      DualList_MoveSelectedItems(this.Parent.LeftBox,this.Parent.RightBox); 


    this.Parent.SetEnabled(); 
    return false; } function DualList_MoveAllRight() { 
    DualList_MoveAllItems(this.Parent.LeftBox,this.Parent.RightBox); 
    this.Parent.SetEnabled(); 
    }这样试试