⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 show.asp

📁 contract management system
💻 ASP
字号:
<!--#include file="../inc/config.asp"-->
<!--#include file="../inc/dbconn.asp"-->
<!--#include file="sub.asp"-->
<!--#include file="subs.asp"-->

<!DOCTYPE html PUBLIC
          "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html>
<head>

<title><%=appname%></title>
<BODY leftMargin=0 topMargin=0 MARGINWIDTH="0"  
MARGINHEIGHT="0">
<base  oncontextmenu=self.event.returnValue=false>

<link rel="stylesheet" type="text/css" href="../other/admin.css" />



<script type="text/javascript" src="tabview.js">
</script>
</head>
<body>



<div class="TabView" id="TabViews">

<!-- *** Tabs ************************************************************** -->

<div class="Tabs" style="width: 550px;">
  <a >详细资料</a>
  <a>联系人[<%
ID=Trim(Request("PAGE"))
IF ID="" Then
response.write "1"
else
response.write id
end if


%>]</a>
  <a>合同相关</a>
 <a>联系记录</a>

</div>

<!-- *** Pages ************************************************************* -->

<div class="Pages" style="width: 550px; height: 450px;">

  <div class="Page">
  <div class="Pad">

  <!-- *** Page1 Start *** -->
  <%call ziliao()%>
  <!-- *** Page1 End ***** -->

  </div>
  </div>
  <div class="Page">
  <div class="Pad">
   <!-- *** Page2 Start *** -->
   <%call lianxiren()%>

  <!-- *** Page2 End ***** -->

  </div>
  </div>

  <div class="Page">
  <div class="Pad">

  <!-- *** Page3 Start *** -->
<%call HT()%>
  <!-- *** Page3 End ***** -->

  </div>
  </div>

  <div class="Page">
  <div class="Pad">

  <!-- *** Page4 Start *** -->

 <%call lianxi()%>
  <!-- *** Page4 End ***** -->

  </div>
  </div>






</div>



</form>


  <script type="text/javascript">

tabview_initialize('TabViews');

  </script>
</body>
</html>
<%call endconn()%>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -