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

📄 show.asp

📁 contract management system
💻 ASP
字号:
<!--#include file="../inc/config.asp"-->
<!--#include file="../inc/dbconn.asp"-->
<!--#include file="sub.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="tabview.css" />
<style type="text/css">
<!--
@import url("../Other/Admin.css");
-->
</style>
<div align="center">

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



</script>

</head>
<body>



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

<!-- *** 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>

  <!-- *** Page2 Start *** -->

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

   <%call lianxiren()%>

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

  </div>
  </div>

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

  <!-- *** Page3 Start *** -->

  <br />
<form action="indedx.asp" method="get">
  <table>
  <tr>
    <td>Username:&nbsp;</td>
    <td><input style="width: 120px;" type="text"     name="username" /></td>
  </tr>
  <tr>
    <td>Password:&nbsp;</td>
    <td><input style="width: 120px;" type="password" name="password" /></td>
  </tr>
  <tr>
    <td>&nbsp;</td>
    <td><input type="submit" value="Submit" /></td>
  </tr>
  </table>
</form>
  <!-- *** Page3 End ***** -->

  </div>
  </div>

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

  <!-- *** Page1 Start *** -->

 第一个4页内容<%call endconn()%>
  <!-- *** Page1 End ***** -->

  </div>
  </div>






</div>

</div>

</form>


  <script type="text/javascript">

tabview_initialize('TabView');

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

⌨️ 快捷键说明

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