摘要:
function checkfilterSqlName() { var checkValue = document.all["txtNum"].value; var arr = new Array("action","add" ,"aggregate","all", "alter" ,"after" ,"and", "as","asc" ,"avg... 阅读全文
摘要:
JScript codevar txtID = document.getElementById("textbox_IDno").valuevar x=new ActiveXObject("Microsoft.XMLHTTP");x.open("post","Default.aspx?IDno="+txtID,false);x.send(null);if (x.status == 200){//返回... 阅读全文
摘要:
txt.Attributes["onkeypress"] = "javascript:txt_onkeypressed()"; 阅读全文
摘要:
private string GenerateCheckCode() { int number; string strCode = string.Empty; //随机种子 //Random random = new Random(); //for (int ... 阅读全文
摘要:
网页特效代码|itFensi.com|---复选框全选、全不选和反选的效果实现C1C2 阅读全文