首页 相关文章 Prototype实战教程----7.AJAX

Prototype实战教程----7.AJAX

!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"html  head    titleAjax/title    script type="text/javascript" language="javascript"     src="prototype.js" /script    script type="text/javascript" language="javascript"    function test() {      var myAjax = new Ajax.Request(        'http://www.wanfangdata.com.cn',        {          method: 'get',          onComplete: showResponse        }      );    }        function showResponse...[ 查看全文 ]

2016-02-19 标签:

Prototype实战教程----7.AJAX的相关文章

手机页面
收藏网站 回到头部