📄 finnace_main.aspx
字号:
<%@ page language="C#" autoeventwireup="true" inherits="general_statistical_Finnace_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()
{
menu_id=1;
if(menu_id!=0)
bottom.location='Finnace_Dayanalysis.aspx'; //日收入与支出
menu_id=1;
menu_1.className="menu_active";
menu_2.className="menu_comon";
menu_3.className="menu_comon";
}
function view_menu2()
{
bottom.location='Finnace_MonthAnalysis.aspx';//月收入与支出
menu_id=2;
menu_1.className="menu_comon";
menu_2.className="menu_active";
menu_3.className="menu_comon";
menu_4.className="menu_comon";
}
function view_menu3()
{
bottom.location='Finnace_Yearanalysis.aspx';//年收入与支出
menu_id=3;
menu_1.className="menu_comon";
menu_2.className="menu_comon";
menu_3.className="menu_active";
}
</script>
</head>
<body class ="bodycolor" leftmargin="0" topmargin="0">
<form id="form1" runat="server">
<table bgcolor="#dddddd" border="0" bordercolordark="#ffffff" bordercolorlight="#000000" cellspacing="0" class="big" style="width: 780px;" align="center">
<tr>
<td id="menu_1" onclick='view_menu1()' onmouseout="setPointer(this, '#DDDDDD',1)"
onmouseover="setPointer(this, '#B3D1FF',1)" style="cursor: hand; height: 21px; width: 469px;"
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; width: 466px;"
title="月收入与支出">
<img align="absMiddle" height="20" src="../images/menu/sms.gif" width="20" /><b><font
color="#000000"> 月收入与支出</font></b>
</td>
<td id="menu_3" onclick='view_menu3()' onmouseout="setPointer(this, '#DDDDDD',3)"
onmouseover="setPointer(this, '#B3D1FF',3)" style="cursor: hand; height: 21px; width: 493px;"
title="年收入与支出">
<img align="absMiddle" height="20" src="../images/menu/sms.gif" width="20" /><b><font
color="#000000"> 年收入与支出</font></b>
</td>
</tr>
<tr><td class="TableData" colspan=3 valign="top"><iframe id="IFR" frameborder="0" height="365" marginheight="0" marginwidth="0"
name="bottom" scrolling="auto" src="Finnace_MonthAnalysis.aspx" style="width: 780px;
height: 550px"></iframe></td></tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -