📄 exam.asp
字号:
<%@LANGUAGE="VBSCRIPT.Encode" CODEPAGE="936"%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>ASP多功能翻页函数示例程序-重用网,坚持重用!</title>
<link href="CSS/turn.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="JS/Turn.js"></script>
</head>
<!--#include file="Inc/Conn.asp"-->
<!--#include file="Inc/Turn.inc"-->
<body>
<table align="center" width="800" height="80%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center"><script type="text/javascript"><!--
google_ad_client = "pub-7076175780407848";
google_ad_width = 728;
google_ad_height = 90;
google_ad_format = "728x90_as";
google_ad_type = "image";
//2007-04-26: 重用网, Turn_function_ad
google_ad_channel = "0116949679+0500957116";
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></td>
</tr>
<tr><td valign="top"><%
dim sql,thepage,shownum,page,pagenum,alterpage,delpage
sql="select [id],(select title from articles where [id]=articID) as 文章标题,author as 留言者,addDate as 发表日期,fromIP as IP地址 from message"
thepage="exam.asp"
shownum=16
alterpage="#"
delpage="#"
'dbstr="../"
call ShowTable(sql,thepage,shownum,page,pagenum,0,alterpage,delpage,"修改",1)
'call ShowTable(sql,thepage,shownum,page,pagenum,1,alterpage,delpage,"修改",1)
'call ShowTable(sql,thepage,shownum,page,pagenum,"2-400-300-20-120",alterpage,delpage,"修改",1)
%></td></tr>
<tr><td align="center"><script type="text/javascript"><!--
google_ad_client = "pub-7076175780407848";
google_alternate_color = "FFFFFF";
google_ad_width = 728;
google_ad_height = 15;
google_ad_format = "728x15_0ads_al_s";
//2007-04-28: 重用网, Turn_function_ad
google_ad_channel = "0116949679+0500957116";
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></td></tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -