var downList = document.createElement("Select");
downList.className="EditCell_DropDownList";
downList.onChange="change_type(this.value);";
......省略添加option。
function change_type(selvalue)
{
alert(selvalue);
}
但是onchange的函数弹不出提示信息,请问谁知道原因啊,要兼容IE和firefox?
噜噜哒
陪伴而非守候
相关分类