文章分类 - js
摘要:$.ajax({ type: "POST", url: "Login.ashx", cache: false, data: "_name="+ name +"&_pass="+ pass, success: function(msg){ if(msg == "TRUE") window.location = "../Common/Loaddata.aspx?name=" + $("#UserName").val(); else $("#m
阅读全文
摘要:function detectFlash() { //navigator.mimeTypes是MIME类型,包含插件信息 if(navigator.mimeTypes.length>0){ //application/x-shockwave-flash是flash插件的名字 var flashAct = navigator.mimeTypes["image/svg+xml"]; // alert( flashAct != null ? flashAct.enabledPlugin!=null : false); if(flashAct == null ) alert(
阅读全文

浙公网安备 33010602011771号