谁知道用ajax最牛X的网站
给我网站 跪谢!!![b][/b]
没人知道 哪个 网站用AJAX最牛X的吗 反正不是CSDN 那是必须的 反正和你说了你也看不懂 懂不懂是我的事,有网址你就给一个 没有最牛,只有更牛,牛无止境... google的在线office,微软的也快了 给你一个(银闪闪的)网站demo看看:http://www.mscui.net/PatientJourneyDemonstrator/PrimaryCare.htm www.g.com www.zuiniubideajaxwangzhan.com 有没有那种ajax框架套用出来后整站都是ajax的特效,无刷新的?引用 给你一个(银闪闪的)网站demo看看:http://www.mscui.net/PatientJourneyDemonstrator/PrimaryCare.htm silverlight 比较牛x的也行 www.ismymy.com引用 给你一个(银闪闪的)网站demo看看:http://www.mscui.net/PatientJourneyDemonstrator/PrimaryCare.htm 就看到安装silverlight的图片。什么东西都没有。
相关问答:
C# code: <script type="text/javascript"> window.onload=function() { startRequest('get','../College.ashx','lxyc=2&time='+new Date().getTime()+'',ShowIt,true); } var xml ......
有个检查操作是否成功的功能。流程是。 用户 提交 数据后 ,在后台处理。然后 根据 情况 返回 提示。 提示用 div help ScriptManager.RegisterClientScriptBlock(UpdatePanel1, this.Ge ......
JScript code: function createRequest(){ if(window.XMLHttpRequest){ httpRequest=new XMLHttpRequest(); }else if(window.ActiveXObject){ try ......
JScript code: var xmlHttp; function creatReq() // 创建xmlhttprequest,ajax开始 { if(window.XMLHttpRequest) { xmlHttp=new XMLHttpRequest(); } else if(window ......