⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 photo_edit_ok.asp

📁 提供给大家学习交流,图片制作程序.希望大家提出提意见.
💻 ASP
字号:

<!--#include file="conn.asp"-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="../css.css" rel="stylesheet" type="text/css">
<title></title>
<style type="text/css">
<!--
.style3 {font-size: 1pt;
	color: #FFFFFF;
}
.ziti {font-family: "宋体";
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.ziti1 {font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.ziti2 {font-family: "宋体";
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.ziti2 {	font-family: "宋体";
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.style5 {
	color: #000000;
	font-size: 12px;
}
-->
</style>
<%
dim rs
dim sql


set rs = server.createobject("adodb.recordset")
sql="select * from photo where id="&Request("id")
rs.open sql,conn,3,3
if rs.eof and rs.bof then
  response.Write "数据库错误,或者您提交的数据非法!"
  response.End
Else
rs("name")=Request("name")
rs("say")=request("say")
rs.update
rs.close
End if
set rs=nothing
conn.close
set conn=nothing
 %>


</head>

<body>
<table width="775" border="0" align="center" cellpadding="0" cellspacing="0">
  
  <tr>
    <td height="180" align="center" valign="top"><table width="775" height="219" border="0" cellpadding="0" cellspacing="0">
      <tr>
        <th scope="col"> 
              <table width="735" height="224" border="0" cellpadding="0" cellspacing="0">
                <tr>
                  <th height="184" scope="col" valign="top" class=ziti2> <br>
                      <span style="font-size: 10pt"><br>
                        <font color="#FF0000">图片修改成功!</font> 
					(如果您的使用过程中出现了什么问题请与齐齐哈尔职业学院计算机软件052班 袁利峰 联系)</span><p> </th>
                </tr>
                <tr>
                  <td height="40"> </td>
                </tr>
            </table></th>
        </tr>
    </table></td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -