⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 notice3.jsp

📁 此jsp/javabean数据库开发包功能强大
💻 JSP
字号:
<HTML>
<HEAD><%@ page contentType="text/html; charset=gb2312"%>
<jsp:useBean id="noticePrtId3" scope="session" class="common.all.PrintBean" />
<link rel="stylesheet" href="common.css">

</HEAD>
<%	noticePrtId3.getRes(request,response,out);%>
<BODY>
<form name="form1" method="post">
<BR>
<%

    noticePrtId3.SetCaption("公 告");
    noticePrtId3.SetWidth("80%");
    noticePrtId3.SetColWidth("50,50,350,150,70",5);
    noticePrtId3.SetColAlign("center,center,left,center,center",5);

    noticePrtId3.SetTable_Str("<table align=\"center\" height=\"8%\" cellspacing=1  border=0 bgcolor=\"#7796bd\" width=");
	 noticePrtId3.SetCaptionColor("#7796bd");
	 noticePrtId3.SetCapRGB (222,231,239);
	 noticePrtId3.SetOddColor("#ffffef");
	 noticePrtId3.SetSelectColor("#ffcfcf");

    noticePrtId3.SetQueryString("SELECT noticeLevel as 等级, id AS 编号,Title AS 标题, IssueDate AS 发布日期, author AS 作者 FROM notice" );
   noticePrtId3.PrintTable();

%>

</form>
</BODY>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -