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

📄 detaild.asp

📁 第一次开发医院管理
💻 ASP
字号:
<!--#include file="conn.asp" -->
<!--#include file="ubbcode.asp" -->
<%

dim id
id = request("id")
sql = " select * from doctor where id="&id
set rs = Server.CreateObject("Adodb.Recordset")
rs.open sql,conn,0,1
%>
<html>
<head>
<title>:::宜兴市人民医院:::<%= rs("name") %></title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="../image/main.css" type="text/css">
</head>

<body text="#000000" leftmargin="0" topmargin="0" background="bg.gif">
<div align="center"> 
  <table border="0" cellpadding="0" cellspacing="0" width="770">
    <!-- fwtable fwsrc="未命名-1.png" fwbase="head.jpg" fwstyle="Dreamweaver" fwdocid = "742308039" fwnested="0" -->
    <tr> 
      <td><img src="image/spacer.gif" width="770" height="1" border="0" alt=""></td>
      <td><img src="image/spacer.gif" width="1" height="1" border="0" alt=""></td>
    </tr>
    <tr> 
      <td rowspan="2"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="770" height="148">
          <param name=movie value="../image/head-5.swf">
          <param name=quality value=high>
          <embed src="../image/head-5.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="770" height="148">
          </embed> 
        </object></td>
      <td><img src="image/spacer.gif" width="1" height="99" border="0" alt=""></td>
    </tr>
    <tr> 
      <td><img src="image/spacer.gif" width="1" height="49" border="0" alt=""></td>
    </tr>
  </table>
  <table width="770" border="0" cellspacing="0" cellpadding="0" height="184" bgcolor="#cccccc">
    <tr> 
      <td width="152" valign="top" align="center"> 
        <table border="0" cellpadding="0" cellspacing="0" width="100%">
          <!-- fwtable fwsrc="keshi.png" fwbase="keshi.jpg" fwstyle="Dreamweaver" fwdocid = "742308039" fwnested="0" -->
          <tr> 
            <td width="99%"><img src="../image/spacer.gif" width="159" height="1" border="0" alt=""></td>
            <td width="1%"><img src="../image/spacer.gif" width="1" height="1" border="0" alt=""></td>
          </tr>
          <tr> 
            <td width="99%"><img name="keshi_r1_c1" src="../image/keshi_r1_c1.jpg" width="159" height="30" border="0" alt=""></td>
            <td width="1%"><img src="../image/spacer.gif" width="1" height="30" border="0" alt=""></td>
          </tr>
          <tr> 
            <td background="../image/keshi_bg.jpg" align="center" width="99%" height="427"> 
              <iframe width="90%" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" align="top" height="95%" src="depart_index.asp"></iframe> 
            </td>
            <td width="1%" height="427"><img src="../image/spacer.gif" width="1" height="406" border="0" alt=""></td>
          </tr>
          <tr> 
            <td width="99%"><img name="keshi_r3_c1" src="../image/keshi_r3_c1.jpg" width="159" height="21" border="0" alt=""></td>
            <td width="1%"><img src="../image/spacer.gif" width="1" height="21" border="0" alt=""></td>
          </tr>
        </table>
      </td>
      <td width="618" align="center" valign="top"> <br>
        <br>
        <table width="450" border="0" cellspacing="0" cellpadding="0" style="border:solid 1 #9ccf00">
  <tr align="center" bgcolor="#9ccf00"> 
    <td height="25" colspan="2"><font color="#6a6b6a"><%= ubbcode(rs("name")) %></font></td>
  </tr>
  <tr> 
    <td width="50%" rowspan="2" valign="top" style="line-height:18px"><%= ubbcode(rs("comment")) %></td>
    <td width="50%" align="center" valign="middle" style="line-height:18px"><img src="<%= rs("pic") %>" width="200"><br> 
    </td>
  </tr>
  <tr> 
            <td align="center" style="line-height:18px"><%= rs("depart") %><br> <%= rs("job") %><br> <%= rs("sex") %></td>
  </tr>
          <tr bgcolor="#9ccf00"> 
            <td height="25" colspan="2">诊断有效时间:<%= rs("avalible") %></td>
  </tr>
</table>
	  </td>
    </tr>
  </table>
  <table width="770" border="0" cellspacing="0" cellpadding="0" height="69">
    <tr>
      <td background="../image/bottom_bg.gif">&nbsp;</td>
    </tr>
  </table>
</div>
</body>
</html>
<% rs.close
set rs=nothing
closedatabase %>

⌨️ 快捷键说明

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