?? empmain_delete.asp
字號(hào):
<%@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">
購(gòu)買記錄資料</td>
</tr>
<tr>
<td height="28" valign="top" align=center>
<input type="submit" name="Submit" value="刪除"></td>
</tr>
</table> </form>
</body>
<% else
response.Write("沒(méi)有權(quán)限訪問(wèn)該頁(yè)!")
response.end
end if
%>
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -