PHP基础
PHP教程
php框架
JavaScript
asp.net
AJAX
正则表达式
ASP
输入
banner图
图片脚本
导航/分类
通过action传过来的值在option获取进行验证的方法_javascript技巧
通过action传过来的值在option获取进行验证的方法:
代码如下:
for(var i=0;i
if(document.getElementById("ufacilityType").options[i].text==datas[0].facilityType){
document.getElementById("ufacilityType").options[i].selected=true;
break;
}
}