![]() |
#2
hams2010-10-29 09:40
|
图用红色标记出来的地方
只有本站会员才能查看附件,请 登录

<!--#include file="../conn/connTwoLayer.asp"-->
<html>
<head>
<title></title>
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<LINK href=site.css rel=stylesheet>
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<%
If request("action")="modify" Then
set rs=server.createobject("adodb.recordset")
sql="select * from article where id="&request("id")
rs.open sql,conn,1,1
If Not rs.Eof Then
Content=rs("Content")
End If
Response.Write Content
rs.close
set rs=nothing
End If
%>
</body>
</html>
<html>
<head>
<title></title>
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<LINK href=site.css rel=stylesheet>
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<%
If request("action")="modify" Then
set rs=server.createobject("adodb.recordset")
sql="select * from article where id="&request("id")
rs.open sql,conn,1,1
If Not rs.Eof Then
Content=rs("Content")
End If
Response.Write Content
rs.close
set rs=nothing
End If
%>
</body>
</html>
根本 就没有输入框....求解