qiye_pic_add.asp
来自「房地产管理系统 vb写的,很不错!!!!!!!!!!!」· ASP 代码 · 共 106 行
ASP
106 行
<!--#include file="../inc/conn.asp"--><%'+- ??ASP?? ------------------------+'? ?'? ??:???. http://www.fyasp.com ?'? ?'? Q Q:176189168 ?'? ?'?Email:fy96@163.com ?'? ?'?????,????,????,????????????????!?'? ?'? ?'+------------------- http://www.fyasp.com --+%>
<%
If session("manager")="" Then
Response.Redirect("manage.asp")
Response.end
End If
%><%
session("qiye_pic_id")=trim(request("id"))
opendataconn
set rs=server.createobject("adodb.recordset")
sql="select * from nanan_myself where id="&request("id")
rs.open sql,conn,1,1
if rs.eof then
response.write "该信息可以已被删除!"
responese.end
end if
%>
<html>
<head>
<link rel="stylesheet" href="../qzgrain.css" type="text/css"><title>New Page 3</title>
<base target="_self">
</head>
<body bgcolor="#F2F2F2">
<div align="center">
<center>
<table border="0" width="100%">
<tr>
<td width="100%" align="center"><img border="0" src="../images/ad.jpg"></td>
</tr>
<tr>
<td width="100%" align="center"></td>
</tr>
<tr>
<td width="100%" align="center"><b><font size="3">南安粮食网后台管理系统</font></b></td>
</tr>
</table>
</center>
</div>
<table border="0" width="100%">
<tr>
<td width="34%" valign="top" align="center"></td>
<td width="33%" valign="top" align="center"></td>
<td width="33%" valign="top" align="center"><a href="user_del.asp">查看管理员</a></td>
</tr>
<tr>
<td width="100%" colspan="3">
<form method="post" action="qiye_pic_add_ok.asp" name="form1">
<div align="center">
<center>
<table border="0" width="80%" bgcolor="#0099CC" cellspacing="1" cellpadding="0">
<tr>
<td width="100%">
<table border="0" width="100%" bgcolor="#F2F2F2" cellspacing="1" cellpadding="0">
<tr>
<td width="100%">
下面显示的为原来图片的路径,原来没有的则为空!</td>
</tr>
<tr>
<td width="100%"> 添加图片路径: <input type="text" name="pic" size="20" value="<%=rs("my_ftp_pic_name")%>" maxlength=10></td>
</tr>
<tr>
<td width="100%" valign="middle" height="50">
图片张数:
<input type="text" name="num" size="20" maxlength=1 value="<%=rs("my_ftp_pic")%>"></td>
</tr>
<tr>
<td width="100%" valign="middle" height="50"> (备注,如果有图片已经上传后,才填写这部分)
<p> 小的图片传送到qiye/small/目录下
大的图片传送到qiye/big/目录下 !</p>
</td>
</tr>
<tr>
<td width="100%" valign="middle" height="50"> <input type="submit" value="添加" name="B1"></td>
</tr>
</table>
</td>
</tr>
</table>
</center>
</div>
</form>
</td>
</tr>
<tr>
<td width="100%" colspan="3"></td>
</tr>
</table>
</body>
</html>
<%
rs.close
set rs=nothing
closedataconn
%>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?