about.asp
来自「学生档案与成绩管理(1)学生档案管理:记录每个学生的档案信息」· ASP 代码 · 共 147 行
ASP
147 行
<!-- #include file = "../include/asphead.asp" -->
<!-- #include file = "../include/function.asp" -->
<script src="../include/function.js" type="text/javascript"></script>
<link href="../include/main.css" rel="stylesheet" type="text/css">
<script ID="clientEventHandlersJS" LANGUAGE="javascript">
<!--
function FillAdviceOnline()
{
if(window.showModalDialog("http://www.hc-software.com/hcgis/home/frame.asp?target=advice.asp", "","dialogwidth:560px;dialogheight:413px;Status:0;center:1;resizable=1;")==true)
{
}
}
function GotoHCStation()
{
var screen;
screen="left=0,top=0,width=" + window.screen.width + "px,height=" + window.screen.height + "px,"
window.open ("http://www.hc-software.com","hcstation",screen + "toolbar=1,location=1,status=1,menubar=1,scrollbars=1,resizable=1",true);
}
function Close()
{
window.close();
}
//-->
</script>
<%
dim WelcomeTitle1,WelcomeTitle2
dim WExcel
set WExcel=server.CreateObject("WExcel.UserAuth")
WExcel.GetTitle WelcomeTitle1,WelcomeTitle2,AppTitle
set WExcel=nothing
set WExcel=server.CreateObject("WExcel.System")
dim VersionNo,LastUpdate
WExcel.GetVersionInfo VersionNo,LastUpdate
%>
<HTML>
<head>
<title><%=AppTitle%></title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<BODY>
<TABLE WIDTH=95% align=center BORDER=0 CELLSPACING="2" CELLPADDING=0>
<tr height=10>
<td colspan=3>
</td>
</tr>
<tr>
<td colspan=3>
<FONT STYLE="font-family:黑体;FONT-SIZE: 12pt;color=#444444;"><strong><%=WelcomeTitle1%></strong></FONT>
</td>
</tr>
<tr>
<td colspan=3>
<FONT STYLE="font-family:黑体;FONT-SIZE: 12pt;color=#444444;"><strong><%=WelcomeTitle2%></strong></FONT>
</td>
</tr>
<tr height=10>
<td colspan=3>
</td>
</tr>
<tr>
<td colspan=3 style="TEXT-ALIGN: left;color=#444444">华创软件工作室,致力于企业管理软件的研发与服务,一切以客户为中心,竭诚为您提供优质的服务。</td>
</tr>
<tr height=10>
<td colspan=3>
</td>
</tr>
<tr>
<td VALIGN="top" width=3%><p align=left><img height="7" src="../images/bullet_blue.gif" width="7" vspace="4" border="0"></p></td>
<td VALIGN="top" width=33% style="TEXT-ALIGN: left">当前版本</td>
<td width=64% style="TEXT-ALIGN: left"><%=VersionNo%></td>
</tr>
<tr height=10>
<td colspan=3>
</td>
</tr>
<tr>
<td VALIGN="top"><p align=left><img height="7" src="../images/bullet_blue.gif" width="7" vspace="4" border="0"></p></td>
<td VALIGN="top" style="TEXT-ALIGN: left">最后升级时间</td>
<td style="TEXT-ALIGN: left"><%=LastUpdate%></td>
</tr>
<tr height=10>
<td colspan=3>
</td>
</tr>
<tr>
<td VALIGN="top"><p align=left><img height="7" src="../images/bullet_blue.gif" width="7" vspace="4" border="0"></p></td>
<td VALIGN="top" style="TEXT-ALIGN: left">服务与支持</td>
<td style="TEXT-ALIGN: left">
Tel:022-23736481
</td>
</tr>
<tr height=15>
<td colspan=3>
</td>
</tr>
<tr>
<td colspan=2>
</td>
<td style="TEXT-ALIGN: left">
<A href="mailto:support@hc-software.com">support@hc-software.com</A>
</td>
</tr>
<tr height=15>
<td colspan=3>
</td>
</tr>
<tr>
<td colspan=2>
</td>
<td style="TEXT-ALIGN: left">
<a href="#" onclick="FillAdviceOnline()">提交反馈意见</a>
</td>
</tr>
<tr height=60>
<td colspan=3>
</td>
</tr>
<tr>
<td colspan=3>华创网站:<A href="#" onclick="GotoHCStation()">www.hc-software.com</A></td>
</tr>
<tr height=25>
<td colspan=3>
</td>
</tr>
<tr height=10>
<td colspan=3>
<input id="btnClose" type="button" value="关闭" name="btnClose" style="cursor:hand; WIDTH: 50px; HEIGHT: 24px" LANGUAGE="javascript" onclick="return Close()">
</td>
</tr>
<tr height=10>
<td colspan=3>
</td>
</tr>
</TABLE>
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?