文章分类 -  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 阅读全文
posted @ 2012-09-07 10:53 顺手 阅读(118) 评论(0) 推荐(0)
摘要: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( 阅读全文
posted @ 2012-05-18 11:15 顺手 阅读(771) 评论(0) 推荐(0)