?? notice4.jsp
字號(hào):
<HTML>
<HEAD><%@ page contentType="text/html; charset=gb2312"%>
<jsp:useBean id="noticePrtId4" scope="session" class="common.all.PrintBean" />
<link rel="stylesheet" href="common.css">
</HEAD>
<% noticePrtId4.getRes(request,response,out);%>
<BODY>
<form name="form1" method="post">
<BR>
<%
noticePrtId4.SetCaption("公 告");
noticePrtId4.SetPageSize(2);
noticePrtId4.SetWidth("80%");
noticePrtId4.SetColWidth("50,50,350,150,70",5);
noticePrtId4.SetColAlign("center,center,left,center,center",5);
noticePrtId4.SetQueryString("SELECT noticeLevel as 等級(jí), id AS 編號(hào),Title AS 標(biāo)題, IssueDate AS 發(fā)布日期, author AS 作者 FROM notice" );
noticePrtId4.PrintTable();
%>
</form>
</BODY>
</html>
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -