📄 复件 product_left.aspx
字号:
<%@ Page language="c#" Codebehind="product_left.aspx.cs" AutoEventWireup="false" Inherits="jpgSoftware_SM.product.product_left" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>product_left</title>
<META http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
<meta name="CODE_LANGUAGE" Content="C#">
<meta name="vs_defaultClientScript" content="JavaScript">
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
<link href="../styCss/fontSty.css" rel="stylesheet" type="text/css">
<style> body {font-size:12px;font-family:宋体}
ul.TabBarLevel1{ list-style:none; margin:0; padding:0; height:29px; background-image:url(../Image/20060409082237_tabbar_level1_bk.gif); }
ul.TabBarLevel1 li{ float:left; padding:0; height:29px; margin-right:1px; background:url(../Image/20060409082248_tabbar_level1_slice_left_bk.gif) left top no-repeat; }
ul.TabBarLevel1 li a{ display:block; line-height:29px; padding:0 20px; color:#333; background:url(../Image/20060409082257_tabbar_level1_slice_right_bk.gif) right top no-repeat; white-space: nowrap; }
ul.TabBarLevel1 li.Selected{ background:url(../Image/20060409082312_tabbar_level1_slice_selected_left_bk.gif) left top no-repeat; }
ul.TabBarLevel1 li.Selected a{ background:url(../Image/20060409082323_tabbar_level1_slice_selected_right_bk.gif) right top no-repeat; }
ul.TabBarLevel1 li a:link,ul.TabBarLevel1 li a:visited{ color:#333; }
ul.TabBarLevel1 li a:hover,ul.TabBarLevel1 li a:active{ color:#F30; text-decoration:none; }
ul.TabBarLevel1 li.Selected a:link,ul.TabBarLevel1 li.Selected a:visited{ color:#000; }
ul.TabBarLevel1 li.Selected a:hover,ul.TabBarLevel1 li.Selected a:active{ color:#F30; text-decoration:none; }
div.HackBox { padding : 2px 2px ; border-left: 2px solid #6697CD; border-right: 2px solid #6697CD; border-bottom: 2px solid #6697CD; display:none; }
</style>
<link href="../styCss/sty1.css" rel="stylesheet" type="text/css">
</HEAD>
<body MS_POSITIONING="GridLayout" topmargin="0" leftmargin="0">
<form id="Form1" method="post" runat="server">
<table height="5">
<tr>
<td></td>
</tr>
</table>
<table width="98%" height="98%" border="0" align="right" cellpadding="0" cellspacing="0"
class="hTable_cro">
<tr valign="top">
<td>
<table width="100%" border="0" >
<tr>
<td height="27" align="center" background="../Image/titleLine.gif" class="whitFont">产品管理</td>
</tr>
<tr height="15">
<td></td>
</tr>
<tr valign="top">
<td>
<table width="98%" height="98%" align="center" bgcolor="#ffffff" >
<tr valign="top">
<td>
<div id="Whatever">
<ul class="TabBarLevel1" id="TabPage1">
<li id="Tab1" class="Selected">
<a href="#" onClick="javascript:switchTab('TabPage1','Tab1');">产品组</a></li>
<li id="Tab2">
<a href="#" onClick="javascript:switchTab('TabPage1','Tab2');">查 询</a></li>
</ul>
<div id="cnt">
<div id="dTab1" class="HackBox" style="DISPLAY:block">
<!--这里放入信息-->
<iframe src="../admin/j_companyInfo.aspx" width="98%" height="98%" frameborder="0"></iframe>
</div>
<div id="dTab2" class="HackBox">
<iframe src="../admin/f_companyInfo.aspx" width="98%" height="98%" frameborder="0"></iframe>
</div>
</div>
</div>
</td>
</tr>
</table>
</td>
</tr>
<tr height="15">
<td></td>
</tr>
</table>
</td>
</tr>
</table>
<script language="JavaScript" type="text/javascript">
//Switch Tab Effect
function switchTab(tabpage,tabid)
{
var oItem = document.getElementById(tabpage);
for(var i=0;i<oItem.children.length;i++)
{
var x = oItem.children(i);
x.className = "";
var y = x.getElementsByTagName('a');
y[0].style.color="#333333";
}
document.getElementById(tabid).className = "Selected";
var dvs=document.getElementById("cnt").getElementsByTagName("div");
for (var i=0;i<dvs.length;i++)
{
if (dvs[i].id==('d'+tabid))
dvs[i].style.display='block';
else
dvs[i].style.display='none';
}
}
</script>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -