📄 newsmanage.asp
字号:
<!--#include file="check.asp"-->
<!--#include file="conn.asp"-->
<!--#include file=../Function/funPage.asp-->
<html>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>新创科技</title>
<link rel="stylesheet" href="../css/style.css" type="text/css">
<script>
function deleted(pid)
{
var winleft,wintop
winleft=(window.screen.width-200)/2
wintop = (window.screen.height-100)/2
if (confirm('\n真的要删除此信息吗?'))
{
location.href="news_del.asp?id="+pid;
}
}
</script>
</head>
<body>
<table width="97%" cellpadding=3 cellspacing=1 bgcolor=#a7a7a7 align="center">
<tr height=25 bgcolor=#f3f3f3>
<td align=center width="50%">项目名称</td>
<td align=center width="20%">加入时间</td>
<td align=center width="20%">操作</td>
</tr>
<%
Dim NowPage
NowPage=Request.QueryString("Page")
If IsNumeric(NowPage) Then
NowPage=Clng(NowPage)
Else
NowPage=1
End if
ShowManagePage NowPage,20,"" ,"news_modify.asp"
%>
</table>
</body>
<html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -