面向对象Ajax框架 Zaxas
- 授权协议: GPL
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: http://zaxas.sourceforge.net/
软件介绍
Zaxas 是一个面向对象的 Ajax 框架,带来更直观的 Web 应用,实现非常简单。
示例代码:
<script src="Zaxas.js"></script>
<script>
function sayHello()
{
var req = new ZaxasRequest();
req.getContent("hello.html","place");
}
</script>
