<%@language=vbscript codepage=936 %> <% dim ArticleID,rsArticle,FoundErr,ErrMsg ArticleID=trim(request("ArticleID")) id=trim(request("id")) FoundErr=False if ArticleID="" then response.Redirect("ywManage.asp?id="&request("id")&"") end if sql="select * from yw where ArticleID=" & ArticleID & "" Set rsArticle= Server.CreateObject("ADODB.Recordset") rsArticle.open sql,conn,1,1 if FoundErr=True then call WriteErrMsg() else %> <% dim rs dim sql dim count set rs=server.createobject("adodb.recordset") sql = "select * from SmallClass order by SmallClassID asc" rs.open sql,conn,1,1 %>
">
修 改 " size="9" maxlength="9"> " size="25" maxlength="80"> " size="25" maxlength="80">
标 题: " size="40" maxlength="80"> 排序: "> 数字大的排在前
作 者: " size="20" maxlength="80"> ">
图 片: " size="25" maxlength="120">
录入时间: 当前时间为:<%=now()%> 注意不要改变格式。 ">
> " size="50" maxlength="80"> " size="20" maxlength="80"> ">
<% end if rsArticle.close set rsArticle=nothing call CloseConn() %>