?? table_print_kh.asp
字號:
<!--#include file=DataBase/conn.asp-->
<%
sql=request("sql")
if sql="" then
sql=session("sql")
end if
session("sql")=sql
show=request("show")
if show="" then
show=15
end if
p=request("p")
if p="" or p=0 then
p=1
end if
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>無標題文檔</title>
</head>
<frameset rows="42,*" framespacing="0" frameborder="NO" border="0">
<frame src="Table_print_top1.asp?sql=<%=request("sql")%>&show=<%=show%>&p=<%=p%>" name="topFrame" frameborder="no" scrolling="NO" noresize>
<frame src="Table_print_k.asp?sql=<%=request("sql")%>&show=<%=show%>&p=<%=p%>" name="mainFrame" frameborder="no">
</frameset><noframes></noframes>
<noframes><body>
</body></frames>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -