ASP.NET如何让Label控件的Text值在10秒后清空?
摘要:
前台JS<script type="text/javascript"> function Clear() { setTimeout(function(){document.getElementById('<%=lblAddRess.ClientID%>').innerText='';}, 10000); return 0; } </script>后台if (!IsPostBack) { this.RegisterStartupScript("clear", "<scrip 阅读全文
posted @ 2011-04-11 21:28 悟生慧 阅读(1152) 评论(0) 推荐(0)
浙公网安备 33010602011771号