📄 lead_main.aspx
字号:
<%@ page language="C#" autoeventwireup="true" inherits="general_Contract_Lead_Main, CrmCommand" %>
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>无标题页</title>
<script language=javascript type="text/javascript">
var menu_id=0;
function setPointer(theRow, thePointerColor,menu_id_over)
{
if(menu_id!=menu_id_over)
{
if(thePointerColor == "#B3D1FF")
theRow.className="menu_active";
else
theRow.className="menu_comon";
}
}
function view_menu1()
{
if(menu_id!=0)
bottom.location='Lead_Contract.aspx';
menu_id=1;
menu_1.className="menu_active";
menu_2.className="menu_comon";
}
function view_menu2()
{
bottom.location='Lead_Case.aspx';
menu_id=2;
menu_1.className="menu_comon";
menu_2.className="menu_active";
}
</script>
</head>
<body class ="bodycolor" leftmargin="0" topmargin="0">
<form id="form1" runat="server">
<div>
<table align="center" bgcolor="#dddddd" border="1" bordercolordark="#ffffff" bordercolorlight="#000000" cellpadding="1" cellspacing="0" class="big" width="800" >
<tr>
<td id="menu_1" onclick='view_menu1()' onmouseout="setPointer(this, '#DDDDDD',1)"
onmouseover="setPointer(this, '#B3D1FF',1)" style="cursor: hand; height: 21px"
title="领用合同">
<img align="absMiddle" height="20" src="../images/menu/sms.gif" width="20" /><b><font
color="#000000"> 领用合同</font></b>
</td>
<td id="menu_2" onclick='view_menu2()' onmouseout="setPointer(this, '#DDDDDD',2)"
onmouseover="setPointer(this, '#B3D1FF',2)" style="cursor: hand; height: 21px"
title="领用情况">
<img align="absMiddle" height="18" src="../images/menu/sms.gif" width="18" /><b><font
color="#000000"> 领用情况</font></b></td>
</tr>
<tr><td class="TableData" valign=top colspan=2><iframe id="IFR" frameborder="0" height="500" marginheight="0" marginwidth="0"
name="bottom" scrolling="auto" src="Lead_Contract.aspx" width=100%></iframe></td></tr>
</table>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -