📄 user1.jsp
字号:
<HTML>
<HEAD><%@ page contentType="text/html; charset=gb2312"%>
<jsp:useBean id="noticePrtId7" scope="session" class="common.all.PrintBean" />
<link rel="stylesheet" href="common.css">
</HEAD>
<% noticePrtId7.getRes(request,response,out);%>
<BODY>
<form name="form1" method="post">
<BR>
<%
noticePrtId7.SetCaption("公 告");
// noticePrtId7.SetPicPath("");
noticePrtId7.SetWidth("500");
noticePrtId7.SetColWidth("200,100,200",3);//注意此处为定值3列
noticePrtId7.SetPicSize(200,240);
noticePrtId7.SetBmpDisp();
noticePrtId7.SetBmpDisp();
noticePrtId7.SetQueryString("SELECT photo, noticeLevel as 等级, id AS 编号,Title AS 标题,"
+" IssueDate AS 发布日期, author AS 作者,content as 内容 FROM notice where id="+request.getParameter("userid1"));
noticePrtId7.PrintTable();
%>
<p align=center><input type=button onclick="window.history.go(-1)" value="返回">
</form>
</BODY>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -