您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. Ajax for asp.net

  2. 1.项目中添加引用ajax.dll文件2.在web.config中设置httpHandleer标签 3.Page_Load事件中加入 Ajax.Utility.RegisterTypeForAjax(typeof(本页类名));4.标记函数,让客户端可以调用服务器端的方法,将标记放在函数前 [Ajax.AjaxMethod()] public int ServerMethod(para..){ ...... }5.客户端使用JS调用 var response=本页类名.Server
  3. 所属分类:Web开发

    • 发布日期:2007-08-09
    • 文件大小:65536
    • 提供者:qing2005
  1. Ajax in Action

  2. about this book Ajax is a growing new technology at the time of this writing and we’re delighted to bring you the lowdown on it, in the inimitable style of Manning’s In Action series. In doing so, though, we faced an interesting problem. Although Aj
  3. 所属分类:Web开发

    • 发布日期:2009-05-07
    • 文件大小:12582912
    • 提供者:liutianxi2009
  1. .net ajax示例

  2. /* * 使用Ajax 验证商务卡的密码是否正确 * add by zhaoyue * 2009-04-14 */ var xmlHttp ; var isTrue=false ; function createXMLHttpRequest(){ if(window.ActiveXObject){ xmlHttp=new ActiveXObject("Microsoft.XMLHTTP") ; }else if(window.XMLHttpRequest){ xmlHttp=new XMLHt
  3. 所属分类:Java

    • 发布日期:2009-05-11
    • 文件大小:5120
    • 提供者:a3813038
  1. Ajax Hacks

  2. Ajax, the popular term for Asynchronous Javascr ipt and XML, is one of the most important combinations of technologies for web developers to know these days. With its rich grouping of technologies, Ajax developers can create interactive web applicat
  3. 所属分类:Web开发

    • 发布日期:2009-05-23
    • 文件大小:2097152
    • 提供者:qiuqiao
  1. Ajax模仿google提示输入框 v1.8

  2. 更新说明: 1.支持xhtml 2.兼容IE6,IE7,FF 3.支持input显示与value分离【以隐藏域方式提交数据】 4.支持下拉框按钮 5.支持显示结果数量 6.可以一个页面多次使用 7.模拟下拉框不会被select遮挡 8.调用更方便(内核已改为jq插件) 9.皮肤修改方便 ,外置的css样式文件,带有注释说明,任意修改 10.支持键盘方向键按住不放选择 11.解决了延时卡死的现象 12.解决了在有滚动条时,ie6下被表单遮挡的问题 13.支持回调函数。当该插件执行完毕时,执行另外
  3. 所属分类:C#

    • 发布日期:2009-05-30
    • 文件大小:28672
    • 提供者:andywuchitao
  1. Ajax 模仿google百度提示输入框 v1.8

  2. Ajax模仿google提示输入框 使用说明 v1.8 本程序由飞飞asp乐园编写 ************************************************* 特别感谢: 一杯白开水 网友 的帮助 版本所提的修改建议 ************************************************* 飞飞Asp乐园 www.ffasp.com QQ:276230416 QQ:72840059 *******************************
  3. 所属分类:C#

    • 发布日期:2009-06-01
    • 文件大小:28672
    • 提供者:xxd851116
  1. ajax树形展示,JavaScript

  2. package ajax.ch3.treeview; import javax.servlet.ServletException; import javax.servlet.http.*; import ajax.ch3.treeview.*; public class TreeviewServlet extends HttpServlet { public void doPost(HttpServletRequest request, HttpServletResponse response
  3. 所属分类:Java

    • 发布日期:2009-06-02
    • 文件大小:618496
    • 提供者:mimangdeai
  1. ajax 5.7.22

  2. AJAX .Net Wrapper quick usage guide Karl Seguin - http://www.openmymind.net/ - copyright 2005 (view AjaxGuide.doc for more detailed information) Step 1 - Create a reference to the ajax.dll file Step 2 - Set up the HttpHandler In the web.config, set
  3. 所属分类:Web开发

    • 发布日期:2009-07-14
    • 文件大小:54272
    • 提供者:lmxc_net
  1. 专业的ASP.NET控件,原生的AJAX支持,丰富的UI效果。

  2. 产品描述: 专业的ASP.NET控件,原生的AJAX支持,丰富的UI效果。 产品特点: No Javascr ipt,No CSS, No UpdatePanel,No Web Services 备注: 本产品基于 ExtJS, HtmlAgilityPack, Nii.JSON, YUICompressor 开源程序。 发布历史: +2009-08-02 v2.0 beta4 +和Asp.Net的Forms Authentication兼容(feedback:mgzhenhong)。(fix
  3. 所属分类:C#

    • 发布日期:2009-08-02
    • 文件大小:6291456
    • 提供者:xdpcxq
  1. webservice-ajax

  2. In order to AJAX enable it we will have to add the following attribute to the Web Service declaration part: [System.Web.scr ipt.Services.scr iptService()]When this is done our Web Service is ready to respond to client-side Javascr ipt calls.One more
  3. 所属分类:Web开发

    • 发布日期:2007-10-09
    • 文件大小:39936
    • 提供者:wanabe
  1. ajax 类 可跨域

  2. 需要服务端支持,发出请求是会有callback ,context 两个值,服务端返回必需是 callback(context,response)一个javascr ipt函数调用 response 可以是个对象如 {a:1,b:2}
  3. 所属分类:Javascript

    • 发布日期:2007-10-17
    • 文件大小:1024
    • 提供者:hailongz
  1. 弹出asp.net ajax环境中的通用对话框的类AjaxDialog

  2. //作者:核武器 2010.01.26 qq:61357455 Email:Behappy1982@163.com 普通的asp.net 2.0应用程序中,如果需要弹出一个对话框,可以使用 Response.Write(""); 在ajax页面中,不能使用上述方法,但是在AJAX中的scr iptManager却提供了弹出对话框的功能
  3. 所属分类:C#

    • 发布日期:2010-01-28
    • 文件大小:579
    • 提供者:za363k6
  1. Ajax请求session超时处理流程

  2. Ajax请求session超时处理流程 java服务器端处理: SessionValidateFilter中修改: if (ServerInfo.isAjax(request)) { request.setAttribute("statusCode", 301); request.setAttribute("message", "Session timeout!"); response.sendRedirect(response.encodeRedirectURL("/ajaxDone.jsp
  3. 所属分类:Web开发

    • 发布日期:2010-02-13
    • 文件大小:4096
    • 提供者:zhanghuihua
  1. spring-security-core-2.0.5.RELEASE.jar修改使得满足ajax登录需求

  2. 更改了RedirectUtils类的 response.sendRedirect(response.encodeRedirectURL(finalUrl)); 改为了 StringBuffer str = new StringBuffer(); str.append("{"); str.append("status: \"true\","); str.append("url: \""); str.append(finalUrl); str.append("\"}"); response.get
  3. 所属分类:Java

    • 发布日期:2010-03-03
    • 文件大小:769024
    • 提供者:chenyongsuda
  1. Ajax Design Patterns-(Ajax设计模式)

  2. Ajax, or Asynchronous Javascr ipt and XML, exploded onto the scene in the spring of 2005 and remains the hottest story among web developers. With its rich combination of technologies, Ajax provides a strong foundation for creating interactive web ap
  3. 所属分类:Web开发

    • 发布日期:2010-05-09
    • 文件大小:7340032
    • 提供者:ajian222
  1. Ajax Design Patterns

  2. Ajax, or Asynchronous Javascr ipt and XML, exploded onto the scene in the spring of 2005 and remains the hottest story among web developers. With its rich combination of technologies, Ajax provides a strong foundation for creating interactive web ap
  3. 所属分类:Web开发

    • 发布日期:2010-08-12
    • 文件大小:7340032
    • 提供者:betterman21
  1. Ajax.Request

  2. 为了支持 AJAX 功能。这个包定义了 Ajax.Request 类。 假如你有一个应用程序可以通过 http://yoursever/app/get_sales?empID=1234&year=1998 与服务器通信。它返回下面这样的 XML 响应: 1234 1998-01 $8,115.36 <employee-sales& gt; 1234 1998-02 $11,147.51 ...展开收缩
  3. 所属分类:Web开发

    • 发布日期:2010-10-09
    • 文件大小:4096
    • 提供者:wym3587
  1. Prototype 1.6.pdf

  2. Properties of the Ajax.Response object Property Type Descr iption The HTTP status code sent by the serv- status Number er. The HTTP status text sent by the server. statusText String The request’s current state. 0 corres- readyState Number ponds to "
  3. 所属分类:Web开发

    • 发布日期:2009-04-09
    • 文件大小:1048576
    • 提供者:seemeforever
  1. Laravel开发-ajax-response

  2. Laravel开发-ajax-response Laravel Ajax响应
  3. 所属分类:其它

    • 发布日期:2019-08-28
    • 文件大小:6144
    • 提供者:weixin_38743737
  1. ajax:适用于WordPress的AJAX包装器-源码

  2. 阿贾克斯 :dna: 关于阿积士 此微包是PHP中WordPress AJAX响应的包装。 :floppy_disk: 安装 composer require micropackage/ajax :joystick: 用法 基本用法 use Micropackage \ Ajax \ Response ; function ajax_action_handler () { $ response = new Response (); // Handle nonce. $ respons
  3. 所属分类:其它

    • 发布日期:2021-01-30
    • 文件大小:30720
    • 提供者:weixin_42108948
« 12 3 4 5 6 7 8 9 10 ... 15 »