📄 main.aspx
字号:
<%@ page language="C#" autoeventwireup="true" inherits="general_MyOffice_Main, CrmCommand" %>
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>无标题页</title>
<script language="javascript" type="text/javascript">
var td_id=0;
function setGroupPointer(theRow, thePointerColor,td_id_over)
{
if(td_id!=td_id_over)
{
if(thePointerColor =="#B3D1FF")
theRow.className="menu_active";
else
theRow.className="menu_comon";
}
}
function clickMenu(ID)
{
targetelement=document.all(ID);
if (targetelement.style.display=="none")
targetelement.style.display='';
else
targetelement.style.display="none";
}
function aa(groupID)
{
proright.location.href='CantactList.aspx?GuID='+groupID;
}
</script>
</head>
<body class ="bodycolor" leftmargin="0" topmargin="0">
<form id="form1" runat="server">
<table class="small" align="center" cellSpacing="1" border="0" bgcolor=#000000 style="width: 800px; height:540px;">
<tr class="TableData">
<td style="width: 162px" valign="top" ><div align="left">
<table class="small" cellSpacing="1" cellPadding="1" width="100%" align="center" bgColor="#000000" border="0">
<tr class="TableData" onmouseover="setGroupPointer(this, '#B3D1FF',3)" onmouseout="setGroupPointer(this, '#FFFFFF',3)" >
<td class="menu_comon" style="width: 141px; height: 29px;color:Blue">
联系人分组</td>
</tr>
<tr>
<td align=left class="menu_comon" id="menu1" style="cursor:hand;">
<a onmouseover="setGroupPointer(this, '#B3D1FF',3)" onmouseout="setGroupPointer(this, '#FFFFFF',3)" onclick="aa('1','查找')"><font size="2">默认</font></a>
<asp:DataList ID="DataList1" CssClass="TableData" runat="server" >
<ItemTemplate>
<a onmouseover="setGroupPointer(this, '#B3D1FF',3)" onmouseout="setGroupPointer(this, '#FFFFFF',3)" onclick='aa(<%# Eval("GroupID")%>)'><font size="2"><%# Eval("GroupName")%></font></a>
</ItemTemplate>
<ItemStyle HorizontalAlign=center />
</asp:DataList>
</td>
</tr>
<tr>
<td class="menu_comon" id="menu2" style="cursor:hand;color:Blue;">
<a href="#" onclick="proright.location.href='Group_Manage.aspx'" >联系人组管理</a>
</td></tr>
<tr class="TableData" style="cursor: hand" onmouseover="setGroupPointer(this, '#B3D1FF',5)" onmouseout="setGroupPointer(this, '#FFFFFF',5)">
<td class="menu_comon" style="width: 142px; height: 29px; cursor: hand;">
<a href="#" onclick="proright.location.href='Query.aspx'">联系人查找</a></td>
</tr>
</table>
</div></td><td class="TableData" style="width: 712px" >
<IFRAME name=proright
src="CantactList.aspx?GuID=1" frameBorder=0
width="100%" scrolling=no style="width: 100%; height: 540px" ></IFRAME>
</td></tr></table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -