yimengsoft

导航

 

2008年9月7日

摘要: var xmlHttp = false; //创建HttpRequest对象 function createXmlHttpRequest(){ try{ xmlHttp = new ActiveXObject("Msxml2.XMLHTTP"); }catch(e){ try{ xmlHttp = new ActiveXObject("Microsoft.X... 阅读全文
posted @ 2008-09-07 09:23 emil 阅读(1561) 评论(0) 推荐(0)
 

2008年9月2日

摘要: .NET Framework常规参考 网页配色器 http://www.cnblogs.com/brightwang/archive/2008/09/10/1288148.html 阅读全文
posted @ 2008-09-02 10:16 emil 阅读(213) 评论(0) 推荐(0)