📄 edit_class.asp
字号:
<!--#include file=inc/conn.asp-->
<!--#include file=../../inc/checkadmin.asp-->
<!--#include file=../../../ajaxLIB/ajaxLIB.asp-->
<%
AJAXshowLoader()
AJAXshowSweetTitles2()
%>
<%
cid=request("cid")
set rs=server.CreateObject("adodb.recordset")
rs.open "select * from sys_data_xxprod_class where id="&cid&"",conn,1,1
%>
<link href="css/my.css" rel="stylesheet" type="text/css">
<!------------------------------------------------div:new------------------------>
<div id="edit" style="filter:blendTrans(duration=1); position:absolute;visibility:hidden; width:774px; z-index:-1; left: 3px; top: 12px; ">
<table width="400" height="400" border="1" cellpadding="0" cellspacing="0" bordercolor="#999999" bgcolor="#D1D1D1">
<tr>
<td width="350" height="20" bordercolor="#999999" background="../../images/titbg.gif">
</td>
<td width="44" align="center" bordercolor="#999999" background="../../images/titbg.gif">
</td>
</tr>
<tr><td colspan=2>
<form method="POST" name="myform" action="class_edit_chk.asp" target="_self">
<table width="650" border="0" align="center" cellpadding="0" cellspacing="1">
<tr align="center">
<th height="30" colspan="2"><strong>修改分类名</strong> </th>
</tr>
<tr bgcolor="#FFFFFF">
<td width="87" height="30" align="right">分类名:</td>
<td width="560"> <input name="title" type="text" id="title" value="<%=rs("news_type_name")%>"></td>
</tr>
<tr bgcolor="#FFFFFF">
<td width="87" height="30" align="right">分类缩略图:</td>
<td width="560" align="left">
<input type="hidden" name="simagePath" value="<%=rs("smallpic")%>">
<iframe name=ad1 frameborder=0 width=90% height=25 scrolling=no src="sUpimgdododo.htm"></iframe><br>(图片大小在200*200左右)
</td>
</tr>
<tr bgcolor="#FFFFFF">
<td height="30" align="right"><input name="cid" type="hidden" id="cid" value="<%=request("cid")%>"></td>
<td>
<input type="submit" name="Submit" value=" 修 改 "></td>
</tr>
</table>
</form>
</td></tr>
</table>
</div>
<!----------------------------end------div:new------------------------>
<script language=javascript>
AJAXfade(1,'edit')
</script>
<%
AJAXcloseLoader()
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -