首页 相关文章 asp简单的ajax留言板

asp简单的ajax留言板

代码如下:

%@ codepage=65001%
%
option explicit
%
% Response.Charset="utf-8"%
% Session.CodePage=65001 %
!-- #include file="AccHelper.asp" --
!-- #include file="Common.asp"--
!-- #include file="DAL_Guest.asp" --
!-- #include file="MOD_Guest.asp" --
!-- #include file="BLL_Guest.asp" --
%
Dim mybll
Dim myList
Set mybll = new BLL_Guest
Select Case Request("tCMD")
Case "SAVE"
mybll.Insert()
Case "DEL"
mybll.Delete() ...[ 查看全文 ]

2016-02-19 标签:

asp简单的ajax留言板的相关文章

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