📄 g_wen.asp
字号:
<!--#include file="conn.asp"-->
<!--#include file="pd_user.asp"-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
<link href="style.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
.style1 {color: #FF0000}
-->
</style>
</head>
<body>
<!--#include file="top.asp"-->
<table width="710" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<!--#include file="left.asp"-->
<td width="1%"> </td>
<td width="69%" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td> </td>
</tr>
<tr>
<td><table width="100%" border="0" cellpadding="0" cellspacing="1" bgcolor="#cccccc">
<tr>
<td width="100%" valign="top"><form action="inc_gwen.asp" method="post"><table width="100%" border="0">
<tr>
<%
sql="select * from wen where wen_id="&request.QueryString("id")
set objrs=conn_str(sql)
sql1="update wen set w_count=w_count+1 where wen_id="&request.QueryString("id")
objconn.execute sql1
%>
<td bgcolor="#F7F7F7"><div align="center"><font size="3"><input name="wen_title" type="text" class="title" value="<%=objrs("wen_title")%>">
</font></div></td>
</tr>
</table>
<table width="100%" border="0" bgcolor="#FFFFFF">
<tr>
<td height="20"> <div align="right">发布时间:<%=objrs("wen_date")%> 发布人:<%=objrs("wen_user")%> 点击次数:<%=objrs("w_count")%> </div></td>
</tr>
<tr>
<td>
<div align="center">
<textarea name="wen_content" cols="66" rows="39" class="title"><%=objrs("wen_content")%></textarea>
</div>
<div align="center">
<%close_str(objrs)%>
<input name="xiu" type="submit" id="xiu" value="提交修改">
<input type="hidden" name="id" value="<%=request.QueryString("id")%>">
</div></td>
</tr>
</table></form></td>
</tr>
</table>
</td>
</tr>
<tr>
<td></td>
</tr>
</table></td>
</tr>
</table>
<br>
<hr align="center" width="710">
<!--#include file="foot.asp"-->
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -