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

📄 comdel.asp

📁 本学期要实讯
💻 ASP
字号:
<!--#include file="odbc_connection.asp"-->
<style type="text/css">
<!--
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.style3 {font-size: 12px; color: #666666; }
.style4 {font-size: 12px; color: #666666; font-weight: bold; }
-->
</style>
<link href="css/css2.css" rel="stylesheet" type="text/css">
<% dim make
make=request("make")
user=session("user")
if make="del" then                 
Response.Buffer=True
Sql="Delete From cominfo where user='"&user&"'" 
db.Execute(Sql)  
sqla="delete from message where comid='"&user&"'"
db.execute(sqla)
Sqlc="insert into cominfo(user) values('"&user&"')"
db.Execute(Sqlc)%>
<table width="422" height="118" border="0" cellpadding="4" cellspacing="0">
  <tr>
    <td height="35">&nbsp;</td>
  </tr>
  <tr>
    <td height="83" class="a1"><span class="style3">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 你的信息已经删除成功!<br>
          <br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 可以重新进行登记:<a href='com_info.asp' target='main'>返回重新登记</a></span></td>
  </tr>
</table>
<%else%>
<%dim rs,sqlstr
 user=session("user")
 sqlstr="select * from cominfo where user='"&user&"'"
 set rs=db.execute(sqlstr)%>
<%if rs("make")="1" then%>
<table width="422" height="118" border="0" cellpadding="4" cellspacing="0">
  <tr>
    <td height="35">&nbsp;</td>
  </tr>
  <tr>
    <td height="83" class="a1"><span class="style3">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 你的公司信息删除后将不能恢复!
        <br>
      <br>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 如果真的要删除:<a href="comdel.asp?make=del">确定</a></span></td>
  </tr>
</table>
<%else%>
<table width="422" height="98" border="0" cellpadding="4" cellspacing="0">
  <tr>
    <td height="35">&nbsp;</td>
  </tr>
  <tr>
    <td height="63"><span class="style3">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 对不起,没有你要删除的内容!你还没有进行公司登记! </span></td>
  </tr>
</table>

<%end if%>
<%end if%>

⌨️ 快捷键说明

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