📄 edit.asp
字号:
<%@ codepage ="936" %><!--#include file="../../conn/dbconn2.asp" --><HTML><HEAD><META http-equiv="Content-Type" content="text/html; charset=gb2312"><LINK rel="stylesheet" type="text/css" href="../style.css"</HEAD><BODY bgcolor="#FFFFFF" marginheight=0 marginwidth=0 leftmargin=0><FORM method="POST" action="saveedit.asp?newsid=<%=request("newsid")%>"><CENTER><TABLE border="0" cellspacing="0" width="600" cellpadding="0"><TR height="40"><TD align="center"><font color="#ff6600" class="f12"><b>修改商务服务数据</b></font></TD><BR></TR><BR><TR align="center"><TD width="100%"><TABLE border="1" cellspacing="1" width="100%" bordercolorlight="#CEE7FF" bordercolordark="#CEE7FF" style="border-collapse: collapse" bordercolor="#111111"><% Dim sqlDim rsSql="select * from commerce where newsid="&request("newsid")set rs=server.createobject("adodb.recordset")rs.open sql,conn,1,1%><TR> <TD width="18%" align="right" height="30" bgcolor="#F4FBFF">标题:</TD><TD width="82%" height="30" bgcolor="#F4FBFF"><font color="#F4FAFF"><input type="text" name="title" size="70"class="smallinput" maxlength="100" value="<%=rs("title")%>"></font></TD></TR><TR> <TD width="18%" valign="top" align="right" bgcolor="#F4FBFF" rowspan="2">内容:</TD><TD width="82%" bgcolor="#F4FBFF"><font color="#F4FAFF"><textarea rows="10" name="txtcontent" cols="70" class="smallarea"><%=replace(rs("content"),"<br>",chr(13))%></textarea></font></TD></TR><tr><TD width="82%" bgcolor="#F4FBFF"><font color="#CC0033">支持贴图功能,格式:</font><font color="#0000FF">[sayyes]图片的完整路径或相对路径[/sayyes]</font></TD></tr><tr><TD width="15%" align="right" height="30" bgcolor="#F4FBFF">文件名:</TD><TD width="85%" bgcolor="#F4FBFF"><font color="#F4FAFF"><INPUT NAME="FileName" SIZE=30 maxlength=100 class="smallinput" value="<%=rs("FileName")%>"></font></TD></tr><TR> <TD width="15%" align="right" height="30" bgcolor="#F4FBFF">文件路经:</TD><TD width="85%" bgcolor="#F4FBFF"><font color="#F4FAFF"><INPUT NAME="Path" SIZE=30 maxlength=100 class="smallinput" value="<%=rs("Path")%>"></font></TD></TR></TABLE></TD></TR></TABLE><p><input type="submit" value=" 修 改 " name="cmdok" class="buttonface"> <input type="button" name="Submit" value=" 返 回 " onclick=history.go(-1); class="smallinput"></p></form></body></html><% rs.close set rs=nothing conn.close set conn=nothing %>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -