📄 jsmodifypic.asp
字号:
<!--#include file = include.asp-->
<!--#include file = JSDelSave.asp-->
<%
'==========================================
'
'
'
'
'
'==========================================
'
'子程序作用:修改JS
'程序创建时间:2002-11-08
'程序完成时间:2002-11-08
'最后修改时间:2002-11-08
'==========================================
if request.form("action")="Modify" then
conn.execute("update JSFile set PhotoPath='"&request.form("PhotoPath")&"' where ID="&request.querystring("ID"))
select case request.querystring("PhotoCSS")
case "CSS1" Call CSS1
case "CSS2" Call CSS2
case "CSS3" Call CSS3
end select
response.redirect"JSmanage.asp"
end if
set rs=conn.execute("select PhotoPath from JSFile where ID="&request.querystring("ID"))
%>
<body background="images/BLogo.gif">
<form name="form" method="POST" action="">
<p> </p>
<table style="border-left: 1px solid #A4CEE4;border-top: 1px solid #A4CEE4;border-bottom: 1px solid #A4CEE4; border-right: 1px solid #A4CEE4" width="486" border="0" cellpadding="0" align="center" cellspacing="1" bgcolor="#96C5DE">
<tr>
<td colspan="4"><!--#include file = topMenu.htm--></td>
</tr>
<tr align="center" valign="middle">
<td height="25" colspan="2"><b>图片商务信息JS</b></td>
</tr>
<tr valign="middle">
<td height="25" bgcolor="#FFFFFF" onMouseOver=this.style.backgroundColor='#FAFBFC'; this.style.cursor='hand'; onMouseOut=this.style.backgroundColor='';>图片路径:
</td>
<td height="25" bgcolor="#FFFFFF" onMouseOver=this.style.backgroundColor='#FAFBFC'; this.style.cursor='hand'; onMouseOut=this.style.backgroundColor='';>
<input type="text" size=30 name="PhotoPath" value=<%=rs("PhotoPath")%>>
</td>
</tr>
<tr valign="middle" align="center">
<td height="25" bgcolor="#FFFFFF" onMouseOver=this.style.backgroundColor='#FAFBFC'; this.style.cursor='hand'; onMouseOut=this.style.backgroundColor=''; colspan="2">
<input type=hidden name=action value="Modify">
<input type=hidden value=<%=request.querystring("type")%> name=Type>
<input type=hidden value=<%=request.querystring("JSName")%> name=JSName>
<input type=hidden value=<%=request.querystring("PhotoCss")%> name=PhotoCss>
<input type="submit" name="Submit2" value=" 修 改 ">
</td>
</tr>
</table>
</form>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -