首页 Soft PlugIn RAN乱 Dev开发 Info资料 English WAP 留言 登陆 注册
-
Posted by Yippee | 评论(0) | 引用(0) | 阅读128次
20080426 ajax jquery json 1

20080426 ajax jquery json 1
http://www.shengfang.org

http://blog.csdn.net/stcaaa/archive/2007/08/27/1760138.aspx
Web层框架的下一个王者Ajax

http://blog.steeleprice.net/archive/2003/10/09/121.aspx
Calling Webservices from Javascript

http://www.cnblogs.com/yxh1122/archive/2006/09/05/495559.html
使用微软的webservice.htc组建访问webservice

http://blog.csdn.net/asthlon/archive/2004/12/07/207399.aspx
webservice.htc 应用

http://blog.sina.com.cn/s/blog_466894d501000583.html
webservice behavior htc 的一些问题

htc只兼容在IE5.0或以后的版本.

http://prowyh.spaces.live.com/blog/cns!EAAA8AB356F88EA0!352.entry?&_c02_owner=1
由于IE7增强了安全方面的设置,有可能会造成webservice.htc不能正常装载。如图所示,要在IE7中正常装载Behavior文件,必须Enable Binary and script behaviors。

http://msdn2.microsoft.com/en-us/library/ms531078(VS.85).aspx
Behaviors

http://msdn2.microsoft.com/en-us/library/ms531032(VS.85).aspx
About the WebService Behavior

http://msdn2.microsoft.com/en-us/library/ms531032(VS.85).aspx#HTC_File_download
About the WebService Behavior

The WebService behavior enables client-side script to invoke remote methods exposed by Web Services, or other Web servers, that support the SOAP and Web Services Description Language (WSDL) 1.1. This behavior provides developers the opportunity to use and leverage SOAP, without requiring expert knowledge of its implementation. The WebService behavior supports the use of a wide variety of data types, including intrinsic SOAP data types, arrays, objects, and XML data. The WebService behavior is implemented with an HTML Component (HTC) file as an attached behavior, so it can be used in Microsoft Internet Explorer 5 and later versions.

http://www.allwebdesignresources.com/webdesigntutorials/programmingcoding-tutorials/dhtmlcodingtutorials/dhtmltutorials-behaviors.html
Listed here are Links to Online DHTML Tutorials for DHTML Behaviors including DHTML Behavior Libraries, Components, Interfaces, etc.

http://www.codeproject.com/KB/XML/WebServiceASPNET.aspx
Web Services using WebService Behavior and .NET

http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/browse_thread/thread/9b651f9f5d373b0d/36800d095c326a02?lnk=raot
How to call a web service from Firefox

http://www.tech-archive.net/Archive/Scripting/microsoft.public.scripting.jscript/2006-12/msg00034.html
However Mozilla and Opera do not support htcs.

http://msdn.microsoft.com/archive/default.asp?url=/archive/en-us/samples/internet/behaviors/library/webservice/default.asp
WebService Behavior

Download WebService HTC File

http://msdn2.microsoft.com/en-us/library/ms531077(VS.85).aspx
About Client Capabilities

http://www.topxml.com/code/cod-491_9942_web-service-and-dhtml.aspx
Web Service and DHTML

http://www.webpronews.com/topnews/2004/04/20/html-client-for-web-services-using-dhtml-behavior
HTML Client for Web Services using DHTML Behavior

http://www.ibm.com/developerworks/webservices/library/ws-wsajax/
Call SOAP Web services with Ajax, Part 1: Build the Web services client

http://blog.tom.com/d_z_x_y/article/1295.html
JavaScripts communicate with WebServices

http://blog.tom.com/d_z_x_y/article/1301.html
JavaScript communicate with WebService 2(webservice.htc)

```````````````````````
http://blog.csdn.net/IamBird/archive/2007/02/01/1500349.aspx
Javascript调用Webservice的汇集

http://netboy.cnblogs.com/archive/2006/02/18/333260.html
Javascript+xmlhttp调用Webservice。

http://blog.csdn.net/json123/archive/2008/04/13/2289443.aspx
 用javascript调用webservice

 http://www.hauser-wenz.de/s9y/index.php?/archives/152-Calling-Web-Services-with-JavaScript-from-MozillaFirefox.html
Calling Web Services with JavaScript from Mozilla/Firefox

http://forums.asp.net/t/1226014.aspx
call OnSuccess JavaScript funcation in FireFox Aftar webService

http://blog.csdn.net/tetecurt/archive/2008/04/11/2282790.aspx
如何在ie和firefox下顺利创建ajax的XMLhttpResponse对象

http://www.i170.com/Article/103080
firefox's bug on ajax

http://hi.baidu.com/lostleaf/blog/item/36e9c3ea2a469ad0d539c98c.html
通过XMLHTTPRequest对象调用Web Service

http://www.cnblogs.com/zhang3533/archive/2007/03/17/677983.html
AJAX,使用XMLHttpRequest接受客户端的提交,并发送响应

http://hi.baidu.com/woxxf/blog/item/8e77e17e37c5633c0cd7daca.html
AJAX在客户端Javascript中调用Webservice

http://hi.baidu.com/sanniao/blog/item/30d5e3cedea85c0392457e1b.html
利用Javascript 调用WebService

http://hi.baidu.com/wuyunju/blog/item/81e73e0edabbd8c97acbe175.html
javascript可以调用webservice

http://developer.yahoo.com/javascript/howto-ajax.html#request
Make Yahoo! Web Service REST Calls with JavaScript and XMLHttpRequest - Yahoo! Developer Network

http://groups.google.com/group/microsoft.public.xml.soapsdk/browse_thread/thread/b8444d1907237f27
XMLHTTP Call to C# Webservice in Javascript passes null parameter

http://truly.cnblogs.com/archive/2005/08/18/218102.html#_httppost_invoke
客户端xmlhttp调用webservice
http://blog.csdn.net/evenbing/archive/2008/01/29/2071057.aspx

http://www.cnblogs.com/flyingfox/archive/2007/06/05/772201.html
原创:js调用Webservice(二)

http://www.mousewhisperer.co.uk/ajax_page.html
Using Ajax

http://www.talkphp.com/javascript-ajax-e4x/2251-xmlhttp-open-not-function.html
xmlHttp.open is not a function

`````````````````````
http://jquery.com/
jQuery is a new type of JavaScript library.

http://www.codeplex.com/dynajax
DynAjax is a Javascript / Ajax / ASP.Net / C# Framework easing dynamic calls to business / service C# methods directly from JavaScript code (like DWR framework does in Java World). The object serialization is based on JSON, permitting complex objects exchange.

http://www.cnblogs.com/kaima/archive/2008/03/17/1110368.html
轻量级的Ajax解决方案——DynAjax的JQuery版

http://www.cnblogs.com/kaima/archive/2008/03/15/1104541.html
轻量级的Ajax解决方案——DynAjax:直接在客户端调用C#类的方法

http://blog.csdn.net/leeeeleeee/archive/2008/03/29/2227614.aspx
Jquery采用ajax调取WebService显示表格

http://chyni.com/web-design/jquery-asmx.html
使用Jquery调用Asp.net生成的webservice

http://www.itzhe.cn/article/20080227/94417_2.html
怎么样能够用prototype.js中的ajax对象访问

http://hi.baidu.com/sanniao/blog/item/6cc7d01fa9d0d8f1e1fe0b4c.html
ajax+prototype+webservice+xml解析

http://www.cnblogs.com/regedit/archive/2008/03/04/1089948.html
jquery调用WebService和WebService输出JSON

webservice.htc
`

``````````````````````
http://blog.csdn.net/xuandhu/archive/2005/01/31/274804.aspx


http://www.phpchina.com/html/74/8174_itemid_9971.html
jquery第二天:与表单元素的交互

http://blog.163.com/zxj_zxj2000/blog/static/78551342007102043152746/
58种网页常用小技巧(javascript)

http://www.cnblogs.com/xlfj521/archive/2008/01/29/1057195.html
jQuery使用手册 (转)

http://hi.baidu.com/alex_wang58/blog/item/c22bba17a1f289054b90a728.html
jQuery使用手册--核心篇(Core)

http://blog.csdn.net/xuandhu/archive/2005/01/31/274804.aspx
WebService.Session

http://topic.csdn.net/u/20080213/17/c5575893-ff1b-4a1d-9db8-5afb4f56e84d.html
jQuery 解析 xml

http://hi.baidu.com/%B1%F9%C9%BD%D3%CE%D3%EA/blog/item/baa64213f06549015baf53e2.html
jquery解析XML

http://topic.csdn.net/u/20071229/17/211b54da-1469-4885-9afb-d082f5f66885.html
xml取值问题  

http://hi.baidu.com/tsuny/blog/item/c8bb06b3603e61a2d8335a6d.html
AJAX的jQuery实现入门

http://www.luluzhou.com/?p=165
jQuery1.2选择器

http://www.storyday.com/html/y2007/1168_jquery-with-ajax.html
jQuery入门1 实现简单的ajax

http://www.tsingfeng.com/archives/?article-690.html
基于JQuery框架的AJAX

http://blog.csdn.net/cyhgohappy/archive/2008/04/08/2261167.aspx
Jquery实现简单的表格添加、编辑、删除教程

http://www.ossforge.com/html/ajax/20071018/26559.html
JQuery中使用AJAX

http://blog.csdn.net/sunyadongwanghbjm/archive/2007/08/14/1742115.aspx
浅析jQuery ------使用jQuery简化AJAX开发

http://topic.csdn.net/u/20080417/18/7ea1358b-2db8-4a70-81ad-4c7462622b36.html
jquery 如何取得ajax返回值  

http://bbs.blueidea.com/thread-2828216-1-1.html
jquery ajax的返回值如何过滤?

http://www.cnblogs.com/xiaobaigang/archive/2008/04/03/1135984.html
Jquery之Ajax 调用 xmlWebService篇

http://jquery.org.cn/bbs/frame.php?frameon=yes&referer=http%3A//jquery.org.cn/bbs/viewthread.php%3Ftid%3D1932
请教下如何处理webservice返回的xml

http://www.cnblogs.com/regedit/archive/2008/03/04/1089948.html
jquery调用WebService和WebService输出JSON

http://plugins.jquery.com/project/jqSOAPClient
jQuery SOAP Client

````````
http://blog.csdn.net/lee576/archive/2008/04/06/2254510.aspx
扩展Json.net(Newtonsoft.Json)

http://www.cnblogs.com/liufu627/archive/2007/06/26/796314.html
JSON.net的使用

http://www.68design.net/Development/Aspnet/Examples-AspNet/25210-1.html
Asp.net将数据库里的记录转换成json

http://www.cnblogs.com/symjie520/archive/2008/04/16/1155997.html
Jquery json的超强组合

http://hi.baidu.com/jack_feng/blog/item/6f07952257fb14f6d6cae234.html
用json格式返回自定义对象。(jQuery asp.net)

http://www.chrisvandesteeg.nl/2007/12/19/ajax-and-json-for-aspnet-mvc-with-jquery/
Ajax and json for ASP.NET MVC with jQuery

http://blog.csdn.net/lee576/archive/2008/04/10/2278394.aspx
ASP.NET MVC + jQuery + Newtonsoft.Json 快樂的AJAX

http://icedcoffee.blogbus.com/logs/5538140.html

在JQuery中使用JSON- [JQuery]


http://hi.baidu.com/xeboy/blog/item/5a7095caffbbb183c9176883.html
Cakephp应用Jquery&JSON(JSONP)实例

http://bbs.51js.com/thread-71855-1-1.html
用Jquery+json实现表单验证的网站,哪位高手分析下代码啊?

http://blog.csdn.net/pagecoder/archive/2007/08/01/1720894.aspx
基于jQuery的AJAX和JSON实现纯html数据模板

http://blog.csdn.net/luq885/archive/2007/05/10/1603330.aspx
.net下两种json序列化速度比对(已添加源代码下载地址)

http://blog.csdn.net/luq885/archive/2007/06/05/1639853.aspx
自己写的DataTable转换成JSON字符串的函数

http://blog.chinaunix.net/u/18918/showart_304798.html
有关jQuery和JSON的例子

http://liuyami.com/archives/tag/json
JSON


字体:


Permanant URI永久地址 http://www.shengfang.org/blog/p/20080426ajaxjqueryjson1.php
Trackback URI引用地址 http://www.shengfang.org/blog/tb.php?tb_id=1232262746

2009年1月18日15:12星期日  [Info资料] 追踪此文的RSS
提示:
此文还没有评论。

称呼:    登陆   注册
   不注册,但记住我的信息
邮件:
(非必须)
评论: [UBB代码帮助]
粗体 斜体 下划线 链接 水平线 引用



验证码: 请输入你看见的数字
关闭UBB      提交时自动将内容复制到剪贴板

公告
Fire and Motion!

统计信息
[Yippee]||[统计]||日志:1790
在线: 15||用户: 2562 [列表]
今日:13||到访:2669512
Rss:837706||评论:1584

最新日志

最新评论

友情链接

日历

最新引用

搜索

归档

杂项
Get RSS Feed (Version 2.0)
Get Atom Feed (Version 0.3)
编码:  UTF-8