📄 top.asp
字号:
<!-- #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"> 欢迎光临<span class="STYLE1"> <span class="STYLE4"><%=Myschool%><%=startyear%>级<%=myclass%>班</span> <span class="STYLE2">网上同学录</span> </span></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -