📄 para.asp
字号:
<html>
<head>
<title>系统参数</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<LINK href="../cssD.css" rel=stylesheet>
<script>
function check()
{
if(document.form1.client_name.value==""){
alert("客户名称不能为空");
document.form1.client_name.focus();
return false;
}
}
</script>
<STYLE>
.memusty2{BORDER-BOTTOM: #99ccff 1px inset;BORDER-LEFT: #99ccff 1px inset;BORDER-RIGHT: #99ccff 1px inset;BORDER-TOP: #99ccff 1px inset;COLOR: #ffffff;CURSOR: hand;PADDING-BOTTOM: 3px;PADDING-LEFT: 3px;PADDING-RIGHT: 3px;PADDING-TOP: 3px}
.tab {BORDER-RIGHT: gray 1px solid; BORDER-TOP: #FFFFFF 1px solid; BORDER-LEFT: #FFFFFF 1px solid; FONT-WEIGHT: normal; FONT-SIZE: 9pt; COLOR:#00000;FONT-FAMILY: Verdana; TEXT-ALIGN: center}
.selTab {BORDER-RIGHT: black 1px solid; BORDER-TOP: #FFFFFF 2px solid; BORDER-LEFT: white 1px solid; FONT-WEIGHT: normal; FONT-SIZE: 9pt; COLOR:#000000;TEXT-ALIGN: center;}
</STYLE>
<SCRIPT language="JavaScript">
function init(){
oldtabContent=t1Contents;
currentTab = t1;
tabBase = t1base;
}
function changeTabs(){
if(window.event.srcElement.className == "tab"){
currentTab.className = "tab";
tabBase.style.backgroundColor = "white";
currentTab = window.event.srcElement;
tabBaseID = currentTab.id + "base";
tabContentID = currentTab.id + "Contents";
tabBase = document.all(tabBaseID);
tabContent = document.all(tabContentID);
currentTab.className = "selTab";
tabBase.style.backgroundColor = "";
oldtabContent.style.display="none";
tabContent.style.display="";
oldtabContent=tabContent;
}
}
</script>
</head>
<body bgcolor="#FFFFFF" text="#000000" onclick="changeTabs()" onload="init()">
<table width="100%" border="1" cellspacing="0" cellpadding="2" bordercolorlight='#000000' bordercolordark='#FFFFFF'>
<tr>
<td colspan="6" height="300" id=tdtree bgColor="#D4D0C8">
<div id=divc style="height:100%;width:100%;overflow:hidden">
<TABLE style="HEIGHT: 100%; WIDTH:100%" cellSpacing="0" cellPadding="0" bgColor="#D4D0C8" id="Table3" >
<TR id=tabtr>
<TD class="selTab" id="t1" style="height:20;cursor:hand" width=2% nowrap> 客户纪录 </TD>
<TD class="tab" id="t2" style="height:20;cursor:hand" width=2% nowrap> 联系人纪录 </TD>
<TD class="tab" id="t3" style="height:20;cursor:hand" width=2% nowrap> 活动/历史纪录 </TD>
<TD class="tab" id="t4" style="height:20;cursor:hand" width=2% nowrap> 机会/销售纪录 </TD>
<TD class="tab" id="t5" style="height:20;cursor:hand" width=2% nowrap> 费用/服务反馈 </TD>
<TD id="lastT" bgcolor="#D4D0C8" style='color:white;font-weight:bold' align=right> </TD>
</TR>
<TR id=basetr>
<TD id="t1base" style="HEIGHT: 1px"></TD>
<TD id="t2base" style="BACKGROUND-COLOR: white; HEIGHT: 1px"></TD>
<TD id="t3base" style="BACKGROUND-COLOR: white; HEIGHT: 1px"></TD>
<TD id="t4base" style="BACKGROUND-COLOR: white; HEIGHT: 1px"></TD>
<TD id="t5base" style="BACKGROUND-COLOR: white; HEIGHT: 1px"></TD>
<TD id="lastbase" style="BACKGROUND-COLOR: white; HEIGHT: 1px"></TD>
</TR>
<TR id=contentstr>
<TD id="tabContents" style="BORDER-BOTTOM: black 1px solid; BORDER-LEFT: white 1px solid; BORDER-RIGHT: black 1px solid;padding:4px" colSpan="13" height="*">
<center id=t1Contents >
<iframe style="height:100%; WIDTH: 100%;" src="modify_para.asp?strTable=1" scrolling=auto frameborder=0></iframe>
<div style="height:0"></div>
</center>
<center id=t2Contents style="display:none">
<iframe style="height:100%; WIDTH: 100%" src="modify_para.asp?strTable=11" frameborder=0></iframe>
<div style="height:0"></div>
</center>
<center id=t3Contents style="display:none">
<iframe style="height:100%; WIDTH: 100%" src="modify_para.asp?strTable=21" frameborder=0></iframe>
<div style="height:0"></div>
</center>
<center id=t4Contents style="display:none">
<iframe style="height:100%; WIDTH: 100%" src="modify_para.asp?strTable=31" frameborder=0></iframe>
<div style="height:0"></div>
</center>
<center id=t5Contents style="display:none">
<iframe style="height:100%; WIDTH: 100%" src="modify_para.asp?strTable=41" frameborder=0></iframe>
<div style="height:0"></div>
</center>
</TD>
</TR>
</TABLE>
</div>
</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -