📄 question.asp
字号:
<!--#include file="conn.asp"-->
<%
if session("username")="" then
response.write "<table><tr><td>你还未登陆,或登陆已超时,请重新登陆!</td></tr>"
response.write "<tr><td><a href='login.htm' target=_parent>返回</a></td></tr></table>"
response.end
end if
%>
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="../style.css" type="text/css">
</head>
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<%
sql="select * from webconfig"
set rs=server.createobject("adodb.recordset")
rs.open sql,conn,1,2
%>
<table cellspacing=0 cellpadding=3 border=0 width="98%" align="center">
<form action="question_ok.asp" method="post" name="webconfig">
<tr bgcolor=#E6FFE6>
<td height="40" align=center valign=middle bgcolor="#FFFFFF"><b><font color="#006600">常见问题</font><font color="#999999">
<input type="hidden" name="id" value="<%=rs("id")%>">
</font></b></td>
</tr>
<tr>
<td>
<textarea name="webquesttion" rows="23" class="input_cccccc" id="webquesttion" style="width:100%"><%=rs("webquesttion")%></textarea>
</td>
</tr>
<tr>
<td colspan=2></td>
</tr>
<tr >
<td > </td>
</tr>
<tr>
<td align="center"> <input type=submit value=确认修改 name=button1>
<input type=button value=返 回 name=return onclick="javascript:history.go(-1)">
</td>
<tr>
<td align="center"> </td>
</form>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -