62,268
社区成员
发帖
与我相关
我的任务
分享
var txtValue=document.getElementById(' <%=TextBoxID.ClientID%>').value;
txtValue=txtValue.replace(/(^s*)|(s*$)/g, ""); //相当于Trim()函数
if(txtValue!='')
{
// 不为空
}
FileUpload 同样
<script type="text/javascript" language="javascript">
function checkData() {
var dropleixing = document.getElementById(' <%=dropleixing.ClientID%>');
var dropleixingText=dropleixing.options[dropleixing.selectedIndex].text;
var dropbanbene=document.getElementById(' <%=dropbanben.ClientID%>').value;
if (confirm("你确实要删除" + dropleixingText+ "的第"+dropbanbene+"版吗?")) {
return true;
}
else {
return false;
}
}
</script>