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

📄 empmain_delete.asp

📁 好用的管理,代码程序 好用的管理,代码程序
💻 ASP
字号:
<%@LANGUAGE="VBSCRIPT"%>
<!--#include file="Connections/EmpMain.asp" -->
<!--#include file="EmpMain_CheckRight.asp"-->
<%if fncheckupart(1)=true or fncheckupart(2)=true or fncheckupart(3)=true then%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>删除资料</title>
<link rel="stylesheet" href="CSS/SellWellWeb.css" type="text/css">
</head>
<body bgcolor="#EAF4FF" class="body"><form name="form1" method="post" action="empmain_delete_kfinfo.asp?kid=<%=request("id")%>">
<table width="527" border="0" cellpadding="0" cellspacing="0">
  <tr> 
      <td width="527" height="25" valign="top" class="CaptionS">删除该单位包含以下资料?</td>
  </tr>
  <tr> 
    <td height="31" valign="top" class="CaptionS">
        <input type="checkbox" name="k1" value="ok">
        单位资料! </td>
  </tr>
  <tr> 
    <td height="28" valign="top" class="CaptionS"><input type="checkbox" name="k2" value="ok">
        跟踪资料</td>
  </tr>
   <tr> 
    <td height="28" valign="top" class="CaptionS"><input type="checkbox" name="k3" value="ok">
        购买记录资料</td>
  </tr>
    <tr> 
    <td height="28" valign="top" align=center>
        <input type="submit" name="Submit" value="删除"></td>
  </tr>

</table>   </form>
</body>
<%	else
		response.Write("没有权限访问该页!")
		response.end
	end if
%>

⌨️ 快捷键说明

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