只显示主题贴
function removeOption(index)
{
document.getElementById("selUnassignedUsers").options.remove(index);
}
这个代码在IE中可以用,但在FF里就出错,不认remove
那位高手能帮我解决一下,谢谢!
- 进入论坛 入门讨论 版
RT:
function removeOption(index)
{
document.getElementById("selUnassignedUsers").options.remove(index);
}
这个代码在IE中可以用,但在FF里就出错,不认remove
那位高手能帮我解决一下,谢谢!
- 进入论坛 AJAX 版







评论排行榜