menu_top.aspx

来自「IntCRM客户管理系统是为网络公司量身定制的一套crm系统:强大的客户跟踪功能」· ASPX 代码 · 共 33 行

ASPX
33
字号
<%@ 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 + =
减小字号Ctrl + -
显示快捷键?