3个回答
展开全部
document.getElementById("SelectID").options.add(new Option("1","厦门"));
OK 仅试过IE 其他浏览器没有试过
OK 仅试过IE 其他浏览器没有试过
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
var opt = new Option("厦门","1");
document.form名.select名.options.add(opt);
document.form名.select名.options.add(opt);
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
<select id=s1 value=></select>
document.getElementByid('s1').value='3';
document.getElementByid('s1').innerHtml='厦门';
document.getElementByid('s1').value='3';
document.getElementByid('s1').innerHtml='厦门';
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询