function DropDownListJob_Change()
{
var DropDownListJobValue=document.getElementById("ctl00_ContentPlaceHolder1_DropDownListJob").value;
var DropDownListWhere=document.getElementById("ctl00_ContentPlaceHolder1_DropDownListWhere");
var TextBoxBFDes=document.getElementById("ctl00_ContentPlaceHolder1_TextBoxBFDes");
if(DropDownListJobValue=="4")
{
DropDownListWhere.style.display="block";
}
else
{
DropDownListWhere.style.display="none";
}
}
dropdownlist 控制显示与不显示的方法
最新推荐文章于 2022-02-10 10:54:26 发布