文件名称:ajax2database
- 所属分类:
 - Internet/网络编程
 - 资源属性:
 - [Windows] [Visual C] [Basic/ASP] [源码]
 - 上传时间:
 - 2012-11-26
 - 文件大小:
 - 1kb
 - 下载次数:
 - 0次
 - 提 供 者:
 - yumi****
 - 相关连接:
 - 无
 - 下载说明:
 - 别用迅雷下载,失败请重下,重下不扣分!
 
下载 
            
                
                
	
	
	
	
                    别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
            如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
介绍说明--下载内容均来自于网络,请自行研究使用
AJAX 数据库实例
下面的例子将演示网页如何通过 AJAX 从数据库读取信息:
实例解释 - showCustomer() 函数
当用户在上面的下拉列表中选择某个客户时,会执行名为 "showCustomer()" 的函数。该函数由 "onchange" 事件触发:
AJAX 服务器页面
由上面的 Javascr ipt 调用的服务器页面是 ASP 文件,名为 "getcustomer.asp"。
-AJAX database instance
The following example will demonstrate web pages via AJAX to read from the database information:
Examples explain- showCustomer () function
When in the above drop-down list, select a customer, the user performs called "showCustomer ()" function. This function is triggered by the "onchange" event:
AJAX server page
The server page called by the above Javascr ipt, ASP files, named "getcustomer.asp".
			下面的例子将演示网页如何通过 AJAX 从数据库读取信息:
实例解释 - showCustomer() 函数
当用户在上面的下拉列表中选择某个客户时,会执行名为 "showCustomer()" 的函数。该函数由 "onchange" 事件触发:
AJAX 服务器页面
由上面的 Javascr ipt 调用的服务器页面是 ASP 文件,名为 "getcustomer.asp"。
-AJAX database instance
The following example will demonstrate web pages via AJAX to read from the database information:
Examples explain- showCustomer () function
When in the above drop-down list, select a customer, the user performs called "showCustomer ()" function. This function is triggered by the "onchange" event:
AJAX server page
The server page called by the above Javascr ipt, ASP files, named "getcustomer.asp".
(系统自动生成,下载前可以参看下载内容)
下载文件列表
ajax2database.html
getcustomer.asp
    
	
getcustomer.asp