文件名称:简单的Ajax类文件
文件大小:978B
文件格式:ZIP
更新时间:2011-01-16 17:52:30
ajax
我自己写的一个Ajax类文件,是 BoroAjax.js
使用起来非常方便,比如:
/******
new defBoroAjax( "server.asp", "id=Ajax", "post", $ajax("in") ).run();
*******/
就可以实现以post方式发出的请求到server.asp中,参数为id=Ajax,将反馈的内容放在id为in的HTML对象中!
【文件预览】:
BoroAjax.js