标题:紧急的一个asp发布新闻问题.
取消只看楼主
caolei369
Rank: 1
等 级:新手上路
帖 子:54
专家分:0
注 册:2009-6-4
结帖率:43.48%
 问题点数:0 回复次数:0 
紧急的一个asp发布新闻问题.
一个企业的后台新闻添加页面,为什么那个文本输入框没用呢?
图用红色标记出来的地方

程序代码:
<!--#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>

根本 就没有输入框....求解
搜索更多相关主题的帖子: asp 
2010-10-28 22:23



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-324315-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.521169 second(s), 9 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved