JavaScript は、option_form 効果の値に従って、最初に選択されたオプションを迅速に設定します。

WBOY
リリース: 2016-05-16 19:10:18
オリジナル
1129 人が閲覧しました

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



作者: 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 までご連絡ください。
人気のチュートリアル
詳細>
最新のダウンロード
詳細>
ウェブエフェクト
公式サイト
サイト素材
フロントエンドテンプレート