siteconfig1.asp
来自「破解版的企业网站源码!! 绝对好用 适合各种企业应用 其中包包含产品展示 」· ASP 代码 · 共 71 行
ASP
71 行
<%@language=vbscript codepage=936 %>
<!--#include file="conn.asp"-->
<!--#include file="admin.asp"-->
<!-- #include file="Inc/Head.asp" -->
<!--#include file="../inc/config.asp"-->
<!--#include file="inc/function.asp"-->
<%
dim ObjInstalled,Action,FoundErr,ErrMsg
ObjInstalled=IsObjInstalled("Scripting.FileSystemObject")
Action=trim(request("Action"))
if Action="" then
Action="ShowInfo"
end if
%>
<html>
<head>
<link rel="stylesheet" href="../css/style.css" type="text/css">
<meta name=generator content="Microsoft FrontPage 4.0" FrontPage 4.0"" charset="gb2312" Microsoft>
</head>
<table width="60%" height="240" border="0" align="center" cellpadding="2" cellspacing="1" bgcolor="#1BA3D6">
<%set rs=server.createobject("adodb.recordset")
rs.open "select * from newpic",conn,1,3
%>
<form method="POST" action="editnewpic.asp" name="myform">
<tr align="center">
<td height="25" colspan="2" align="center" bgcolor="#2F6A8E"><font color=#ffffff>产品推荐设置</font></td>
</tr>
<tr>
<td height="25" align="center" bgcolor="#FFFFFF">推荐图片地址1:
<input class="smallInput" name="pic1" size="40" value="<%=rs("pic1")%>"><iframe style="top:2px" ID="UploadFiles" src="../upload_Pic.asp?PhotoUrlID=1" frameborder=0 scrolling=no width="300" height="25"></iframe></td>
</tr>
<tr>
<td height="25" align="center" bgcolor="#FFFFFF">推荐图片地址2:
<input class="smallInput" name="pic2" size="40" value="<%=rs("pic2")%>"><iframe style="top:2px" ID="UploadFiles" src="../upload_Pic.asp?PhotoUrlID=2" frameborder=0 scrolling=no width="300" height="25"></iframe></td>
</tr>
<tr>
<td height="25" align="center" bgcolor="#FFFFFF">推荐图片地址3:
<input class="smallInput" name="pic3" size="40" value="<%=rs("pic3")%>"><iframe style="top:2px" ID="UploadFiles" src="../upload_Pic.asp?PhotoUrlID=3" frameborder=0 scrolling=no width="300" height="25"></iframe></td>
</tr>
<tr>
<td height="25" align="center" bgcolor="#FFFFFF">推荐图片地址4:
<input class="smallInput" name="pic4" size="40" value="<%=rs("pic4")%>"> <iframe style="top:2px" ID="UploadFiles" src="../upload_Pic.asp?PhotoUrlID=4" frameborder=0 scrolling=no width="300" height="25"2></iframe></td>
</tr>
<tr>
<td height="25" align="center" bgcolor="#FFFFFF">推荐图片地址5:
<input class="smallInput" name="pic5" size="40" value="<%=rs("pic5")%>"> <iframe style="top:2px" ID="UploadFiles" src="../upload_Pic.asp?PhotoUrlID=5" frameborder=0 scrolling=no width="300" height="25"></iframe> </td>
</tr>
<tr>
<td height="25" align="center" bgcolor="#FFFFFF">推荐图片地址6:
<input class="smallInput" name="pic6" size="40" value="<%=rs("pic6")%>"> <iframe style="top:2px" ID="UploadFiles" src="../upload_Pic.asp?PhotoUrlID=6" frameborder=0 scrolling=no width="300" height="25"></iframe> </td>
</tr>
<tr>
<td height="15" colspan="2" align="center" bgcolor="#FFFFFF">
<input type="submit" value=" 修 改 " name="cmdok" class="buttonface">
<input type="reset" value=" 重 写 " name="cmdcancel" class="buttonface"></td>
</tr>
</form>
<%
rs.close
set rs=nothing
conn.close
set conn=nothing
%>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?