rightmenu.jsp

来自「GJMOA网络自动化办公系统是一套基于jsp的办公自动化系统在LINUX+ORA」· 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>前&nbsp;&nbsp;进</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>后&nbsp;&nbsp;退</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>刷&nbsp;&nbsp;新</NOBR></TD></TR></TBODY></TABLE></DIV>

⌨️ 快捷键说明

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