top.asp

来自「本同学录系统演示地址: http://class.19870123.cn/ 」· ASP 代码 · 共 39 行

ASP
39
字号
<!-- #include file="ConnDB.asp" -->
<!-- #include file="class/SysConf.asp" -->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
<style type="text/css">
<!--
.STYLE1 {color: #0000FF}
.STYLE2 {color: #000000}
.STYLE4 {color: #FF0000}
.main {font-size: 9pt }
body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
-->
</style>
</head>

<body>
<%
  Dim myschool, startyear, myclass
  set obj = new SysConf
  myschool = obj.GetSysConfInfo("School")
  startyear = obj.GetSysConfInfo("StartYear")
  myclass = obj.GetSysConfInfo("Class")
%>
  <table width="980" height="21" border="0" align="left" cellpadding="0" cellspacing="0">
    <tr>
      <td width="980" height="21" bordercolorlight="#0000FF" bordercolordark="#00FFFF" background="images/b3.gif" bgcolor="#3399FF" class="main">&nbsp;欢迎光临<span class="STYLE1"> <span class="STYLE4"><%=Myschool%><%=startyear%>级<%=myclass%>班</span> <span class="STYLE2">网上同学录</span> &nbsp;&nbsp;&nbsp;&nbsp;</span></td>
    </tr>
</table>

</body>
</html>

⌨️ 快捷键说明

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