rightmenu.jsp
来自「网络自动化办公系统」· JSP 代码 · 共 22 行
JSP
22 行
<DIV id=menutool style="DISPLAY: none">
<TABLE cellPadding=0 cellSpacing=0 class=menus>
<TBODY>
<TR>
<TD height=20 width=80 bgcolor="#333333" align=center>
<NOBR><font color="#ffffff">GJM-OA</font></NOBR></TD></TR>
<TR>
<TD height=20 onclick=self.history.go(1);hidemenu() align=center
onmouseout="this.style.backgroundColor='';this.style.color='';"
onmouseover="this.style.backgroundColor='blue';this.style.color='white';">
<NOBR>前 进</NOBR></TD></TR>
<TR>
<TD height=20 onclick=self.history.go(-1);hidemenu() align=center
onmouseout="this.style.backgroundColor='';this.style.color='';"
onmouseover="this.style.backgroundColor='blue';this.style.color='white';">
<NOBR>后 退</NOBR></TD></TR>
<TR>
<TD height=20 onclick=self.location.reload();hidemenu() align=center
onmouseout="this.style.backgroundColor='';this.style.color='';"
onmouseover="this.style.backgroundColor='blue';this.style.color='white';">
<NOBR>刷 新</NOBR></TD></TR></TBODY></TABLE></DIV>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?