📄 jianjie.asp
字号:
<!--#include file="0.asp"-->
<!--#include file="../../conn/conn.asp"-->
<!--#include file="../../conn/nosql.asp" -->
<% name=nosql(session("www.wygk.cn"))
if request("x")<>"" then
For i = 1 To Request.Form("js").Count
strDetail = strDetail & Request.Form("js")(i)
Next
Set s= Server.CreateObject("abodb.recordset")
conn.execute("Update user_name set js = '"&strDetail&"',sj3='"&now()&"' where name='"&name&"'")
Response.Write("<script>alert(""设置成功"");location.href=""jianjie.asp"";</script>")
end if
set rs = conn.execute("select js from user_name where name='"&name&"'") %>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="../../css/css.css" rel="stylesheet" type="text/css">
<STYLE>
BODY {
SCROLLBAR-FACE-COLOR: #799ae1;
SCROLLBAR-HIGHLIGHT-COLOR: #799ae1;
SCROLLBAR-SHADOW-COLOR: #799ae1;
SCROLLBAR-3DLIGHT-COLOR: #799ae1;
SCROLLBAR-ARROW-COLOR: #fcfcfc;
SCROLLBAR-TRACK-COLOR: #aabfec;
SCROLLBAR-DARKSHADOW-COLOR: #799ae1;
SCROLLBAR-BASE-COLOR: #799ae1;
background-color: #CAD7F7;
}
.STYLE3 {
color: #FFFFFF;
font-size: 12px;
}
</STYLE>
</head>
<body>
<br><form name="form1" method="post" action="?x=yes">
<table width="99%" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#FFFFFF">
<tr>
<td height="25" background="../../images/admin_bg_11.gif"><font color="#FF3333" size="3"><strong> </strong></font><strong><span class="STYLE3">商户企业简介</span></strong><font color="#FF3333" size="3"><strong> </strong></font></td>
</tr>
<tr>
<td valign="top" bgcolor="#E8F1FF">
<textarea name="js" style="display:none"><%=rs("js")%></textarea>
<iframe ID="js" src="../../WebEdit/ewebeditor.asp?id=js&style=s_yellow" frameborder="0" scrolling="no" width="580" HEIGHT="500"></iframe> </td>
</tr>
<tr>
<td bgcolor="#E8F1FF"><input name="Submit" type="submit" value="提 交">
<input name="Submit2" type="reset" value="重 置"></td>
</tr>
</table>
</form>
</body>
</html>
<%rs. close
set rs=nothing
conn.close
set conn=nothing
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -