?? danwei_jl.asp
字號:
<% Response.Buffer=True %>
<!--#include file="../inc/dbconn1.inc"-->
<% if request("dels")<>"" then
conn.Execute("delete * from danwei_jl where id="&request("dels"))
end if %>
<%uname=session("admin")%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>后臺管理</title>
<meta content="text/html; charset=gb2312" http-equiv="Content-Type">
<meta content="zh-cn" http-equiv="Content-Language">
<style type="text/css">body { margin-left: 0px; margin-top: 20px }
p { font-family: 宋體; font-size: 9pt; line-height: 14pt }
div { font-family: 宋體; font-size: 9pt; line-height: 14pt }
a { color: #000000; text-decoration: none }
a:hover { color: #ff0000; text-decoration: underline }
a:active { color: #ff0000; text-decoration: underline }
a.top { color: #ffffff; font-family: 宋體; font-size: 9pt }
a.top:hover { color: #ffcc00 }
td { font-family: 宋體; font-size: 9pt }
.f1_v { font-family: 宋體; font-size: 9pt }
.f2_v { font-family: 宋體; font-size: 9pt }
.f2_A { font-family: 宋體; font-size: 9pt }
li { color: #ff0000; font-size: 9pt }
li.li1 { color: #ffffff; font-size: 1pt }
</style>
<meta content="Microsoft FrontPage 4.0" name="GENERATOR">
<meta content="FrontPage.Editor.Document" name="ProgId">
</head>
<SCRIPT LANGUAGE="JavaScript">
<!--//
function check()
{
if (isNaN(go2to.page.value))
alert("請正確填寫轉到頁數!");
else if (go2to.page.value=="")
{
alert("請輸入轉到頁數!");
}
else
go2to.submit();
}
//-->
</SCRIPT>
<body>
<div align="center">
<table bgcolor="#808080" border="0" cellpadding="18" cellspacing="3" width="670">
<tbody>
<tr>
<td bgcolor="#ffffff" width="100%">
<div align="center">
<table bgcolor="#919793" border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody>
<tr>
<td width="100%">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr bgcolor="#FFFFFF">
<td><img src="../images/tb1.gif" width="168" height="49"></td>
<td valign="bottom">
<div align="right">[<a href="rsxx.asp" target="_blank">人事信息]</a>
[<a href="danwei_jl.asp" target="_blank">交流會單位資料]</a>
[<a href="../" target="_blank">進入主頁</a>] </div>
</td>
</tr>
</table>
</td>
</tr>
</tbody>
</table>
</div>
<div align="center">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody>
<tr>
<td bgcolor="#919793" height="1"><img alt="1pix" border="0" src="../images/1px.gif" width="1" height="1"></td>
</tr>
</tbody>
</table>
</div>
<div align="center">
<table bgcolor="#e7e7e7" border="0" cellpadding="2" cellspacing="0" width="100%">
<tbody>
<tr>
<td width="46%"> </td>
<center>
</center>
<td width="54%"> </td>
</tr>
</tbody>
</table>
</div>
<div align="center">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody>
<tr>
<td width="100%">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td width="100%">
<table bgcolor="#FFFFFF" border="0" cellpadding="5" cellspacing="0" width="100%">
<tbody>
<tr>
<td width="100%" height="10">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td width="100%" valign="top" align="center" height="10"></td>
</tr>
<tr>
<td width="100%" valign="bottom" align="center"></td>
</tr>
<tr>
<td>
<div align="center">
<div align="center">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="527" valign="top">
<div align="center">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<table border="0" cellpadding="2" cellspacing="0" width="100%" height="0" bordercolor="#316594" bordercolordark="#FFFFFF">
<tr>
<td ?height="19" colspan="2" valign="bottom" height="25">[<a href="sq2.asp" >添加單位信息]</a>
</td>
</tr>
<% set rs=server.createobject("adodb.recordset")
if not isempty(request("page")) then
pagecount=cint(request("page"))
else
pagecount=1
end if
sq2="select * from danwei_jl order by id desc"
rs.open sq2,conn,1,1
rs.pagesize=20
if pagecount>rs.pagecount or pagecount<=0 then
pagecount=1
end if
rs.AbsolutePage=pagecount %>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -