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

📄 index_main.asp

📁 我们的课程设计是一个工资管理系统
💻 ASP
字号:
<%set conn=server.createobject("adodb.connection")
conn.open "driver={microsoft access driver (*.mdb)};dbq="&server.mappath("db/gzglxt.mdb")
exec="select topic,content  from news where topic='系统简介'"
set rs=server.createobject("adodb.recordset")
rs.open exec,conn,1,1
%>
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="file:///C|/Documents%20and%20Settings/lhj/&#26700;&#38754;/home.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
.style5 {
	font-size: 12px;
	color: #37a6d3;
}
-->
</style>
</head>

<body>
<table cellSpacing=0 cellPadding=0 width="100%" border=0>
      <tr>
        <td width="1%" height=167 ><IMG height=172 
                                src="images/27_03.gif" width=8></td>
        <td width="98%"><table width="100%" height="10%S" border=0 cellPadding=0 cellSpacing=0>
          <tr>
            
          <td height="32" background="images/27_05.gif"><img src="images/27_04.gif" width="146" height="32"></td>
            <td background="images/27_05.gif">&nbsp;</td>
          </tr>
          
        <tr> 
          <td height="120" colspan="2"><span class="style5">   本工</span><span class="style5">资管理系统是基于B/S模式(浏览器/服务器)开发,主要任务是用计算机对各种工资信息进行日常的管理,如查询、修改、增加、删除以及存储等,迅速准确地完成统计和汇总,快速打印工资报表等!</span></td>
          </tr>
          <tr>
            <td colspan="2"  background="images/27-1.gif">&nbsp;</td>
          </tr>
        </table>

        <td width="1%"><IMG height=172 
                                src="images/27_09.gif" 
                                width=14></td>
      </tr>
</table>
	<table cellSpacing=0 cellPadding=0 width="100%" border=0>
      <tr>
        <td width="1%" height=167 ><IMG height=172 
                                src="images/27_03.gif" width=8></td>
        <td width="98%"><table width="100%" height="10%S" border=0 cellPadding=0 cellSpacing=0>
          <tr>
            <td height="32" background="images/27_05.gif"><img src="images/27_041.gif" width="146" height="32"></td>
            <td background="images/27_05.gif">&nbsp;</td>
          </tr>
          <tr>
            <td height="120" colspan="2"><iframe width=375 frameborder="0" scrolling="no" marginheight="0" marginwidth="0" align="top" height="100%" src="news_index.asp"></iframe></td>
          </tr>
          <tr>
            <td colspan="2"  background="images/27-1.gif">&nbsp;</td>
          </tr>
        </table>

        <td width="1%"><IMG height=172 
                                src="images/27_09.gif" 
                                width=14></td>
      </tr>
    </table>
</body>
</html>

⌨️ 快捷键说明

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