AJAX用POST方法传递参数
摘要:.aspx代码<html><head><script type="text/javascript"> function loadXMLDoc() { var xmlhttp; if (window.XMLHttpRequest) // code for IE7+, Firefox, Chrome, Opera, Safari { xmlhttp=new XMLHttpRequest(); } else // code for IE6, IE5 { xmlhttp=new ActiveXObject("Microsoft.XMLH
阅读全文
posted @
2011-10-24 18:02
sailxc
阅读(13395)
推荐(0)
“无法在证书存储区中找到清单签名证书”错误的解决方法
摘要:方法一:在VS2005中出现该错误时,用记事本打开项目的.csproj文件,删除以下内容即可: <ManifestCertificateThumbprint>B531F2CF222748C5E29308FC2247704827D1EA8C</ManifestCertificateThumbprint> <ManifestKeyFile>xxxx_TemporaryKey.pfx</ManifestKeyFile> <GenerateManifests>true</GenerateManifests> <SignMan
阅读全文
posted @
2011-10-20 17:53
sailxc
阅读(6955)
推荐(0)