📄 menu_top.aspx
字号:
<%@ page language="C#" autoeventwireup="true" inherits="menu_top, CrmCommand" %>
<html>
<head runat=server >
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<body topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0" onload="parent.init_menu()">
<TABLE class="small" cellspacing="0" height="100%" width="100%" bgcolor="#EEEEEE" border="0" cellpadding="0">
<TR>
<TD class="menu_active" title="功能菜单" id="menu_1" onclick="parent.view_menu(1)" onmouseover="parent.setPointer(this,1,1)" onmouseout="parent.setPointer(this,2,1)" align="center" style="cursor: pointer; cursor: hand;">
菜单
</TD>
<TD class="menu_comon" title="在线人员" id="menu_2" onclick="parent.view_menu(2)" onmouseover="parent.setPointer(this,1,2)" onmouseout="parent.setPointer(this,2,2)" align="center" style="cursor: pointer; cursor: hand;">
在线
</TD>
<TD class="menu_comon" title="短信查看" id="menu_3" onclick="parent.view_menu(3)" onmouseover="parent.setPointer(this,1,3)" onmouseout="parent.setPointer(this,2,3)" align="center" style="cursor: pointer; cursor: hand;">
短信
</TD>
<TD class="menu_comon" title="人员查询" id="menu_4" onclick="parent.view_menu(4)" onmouseover="parent.setPointer(this,1,4)" onmouseout="parent.setPointer(this,2,4)" align="center" style="cursor: pointer; cursor: hand;">
人员
</TD>
</TR>
<TR height="1">
<TD class="menu_active" colspan="4"><img src="" height="0" width="0"></TD>
</TR>
</TABLE>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -