摘要: function $(id) { if (id != null || id != "") { return document.getElementById(ClientIDPrefix + id); }}function Get() { if ($("txt").value == "") { $("lbl").value = ""; return; } var xmlhttp; if (window.XMLHttpRequest) { xmlhttp = new XMLHttpRequest() 阅读全文
posted @ 2013-08-29 23:47 剑握在手 阅读(358) 评论(0) 推荐(0)
返回顶部↑