首页 > web前端 > js教程 > 正文

javascript据option的value值快速设定初始的selected选项_表单特效

WBOY
发布: 2016-05-16 19:10:18
原创
1126 人浏览过

nbsp;html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">



written by misshjn
<script> <BR><!-- <BR>function test(value){ <BR> var opt = document.getElementById("ss").innerHTML.toString(); <BR> var re = new RegExp(value,"g"); <BR> opt = opt.replace(/<OPTION|<\/OPTION>| selected|value/g,"").match(/=.*?>/g).toString().replace(/=|>/g,"").replace(re,"┢").replace(/[^,┢]/g,"").indexOf("┢"); <BR> document.getElementById("ss").getElementsByTagName("option")[opt].selected = true; <BR>} <BR>function randomselect(){ <BR> document.getElementById("ss").getElementsByTagName("option")[Math.floor(Math.random()*document.getElementById("ss").getElementsByTagName("option").length)].selected = true; <BR>} <BR>//--> <BR></script>



<script> <BR><!-- <BR>var opts; <BR>for (i=1900; i<2008; i++){ <BR> opts +="<option value='"+i+"'>第 "+i+" 年"; <BR>} <BR>document.write("<select id='ss'>"+opts+""); <BR>//--> <BR></script>




来源:php.cn
本站声明
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板