📄 top.jsp
字号:
<%
String top="select * from shopother";
ResultSet trs=data.executeQuery(top);
trs.next();
String bulletin=trs.getString("bulletin").trim();
trs.close();
%>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="70"><table width="757" height="75" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="175" height="75"><img src="images/logo.gif" width="175" height="75"></td>
<td width="582" height="75"><img src="images/top.gif" width="582" height="75" border="0" usemap="#Map" href="quickly.jsp"></td>
</tr>
</table>
</td>
</tr>
<tr>
<td height="20" bgcolor="0868D8" class="darkbluetext">
<marquee scrolldelay="120" scrollamount="2"><font color="#FFFFFF"><%=bulletin%></font></marquee></td>
</tr>
</table>
<map name="Map">
<area shape="rect" coords="419,32,497,70" href="news.jsp?show=all">
<area shape="rect" coords="13,35,88,72" href="index.jsp">
<area shape="rect" coords="506,32,570,70" href="board/bbs.jsp">
<area shape="rect" coords="376,1,420,20" href="index.jsp">
<area shape="rect" coords="435,2,479,20" href="index_en.jsp">
<area shape="rect" coords="492,2,547,22" href="mailto:mateng2000@sohu.com">
<area shape="rect" coords="340,35,411,72" href="quickly.jsp">
</map>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -