?? index.asp
字號(hào):
<%
Set hdobj = Server.CreateObject("HD.comOpen")'請(qǐng)保證此行在最前面
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta http-equiv="pragma" content="no-cache">
<title>紅笛軟件</title>
<style type="text/css">
<!--
body,td,th {
font-size: 12px;
}
.style4 {
color: #FF0000;
font-size: 14px;
}
.style5 {font-size: 14px}
.style10 {font-size: 12px}
.style11 {
color: #FFFFFF;
font-family: "黑體";
font-size: 14;
}
body {
background-image: url(../Image/bg.gif);
background-attachment: fixed;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
a:link {
color: #000000;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #000000;
}
a:hover {
text-decoration: none;
}
a:active {
text-decoration: none;
}
.B A:link {
FONT-SIZE: 12px; COLOR: #ffffff; TEXT-DECORATION: none
}
.B A:visited {
FONT-SIZE: 12px; COLOR: #ffffff; TEXT-DECORATION: none
}
.B A:hover {
FONT-SIZE: 12px; COLOR: #ffffff; TEXT-DECORATION: none
}
.B A:active {
FONT-SIZE: 12px; COLOR: #ffffff; TEXT-DECORATION: none
}
.STYLE12 {color: #FFFFFF;
font-size: 16;
font-family: "黑體";
}
.STYLE13 {color: #FFFFFF}
-->
</style>
<script language=javascript>
function CheckForm() {
if (document.form1.a.value=="")
{
alert("賬號(hào)不能為空!");
return false;
}
if (document.form1.b.value=="")
{
alert("密碼不能為空!");
return false;
}
}
-->
</script>
</head>
<body>
<table width="1003" align="center" border="0" cellpadding="0" cellspacing="0"><form name="form1" method="post" action="Logon.asp" onSubmit="CheckForm()">
<tr> </tr>
<tr>
<td><table width="1003" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#3399fd">
<tr>
<td height="150" align="center" valign="middle"><img src="../Image/bigbga.jpg" width="1003" height="150"></td>
</tr>
<tr>
<td height="28" align="center" valign="middle" background="../Image/bg01a.jpg" class="B"><a href="../Help/index.htm" target="_blank">使用指南</a> <a href="../Help/Help.rar" target="_blank">指南下載</a> <a href="../Help/HDos.rar" target="_blank">系統(tǒng)下載</a></td>
</tr>
<tr>
<td height="80" align="center" valign="middle"> </td>
</tr>
<tr>
<td height="180" align="center" valign="middle"><table width="500" height="200" border="0" align="center" cellpadding="0" cellspacing="0" bordercolor="#FFFFFF" background="../Image/Logoin.jpg">
<tr>
<td height="200" align="center" class="STYLE12"><p>選擇學(xué)校 <%call hdobj.schools("school",0)%>
</p>
<p>姓 名 <input name="stuNam" type="text" id="stuNam" value="admin" size="15">
</p>
<p>密 碼 <input name="Pass" type="password" id="Pas" value="123456" size="15">
</p>
<p>
<input name=Submit type=image value=提交
src="../Image/submit.gif" width="50" height="19"></p></td>
</tr>
</table> </td>
</tr>
<tr>
<td height="200" align="center" valign="middle"> </td>
</tr>
<tr>
<td height="28" align="center" valign="middle" background="../Image/bg01a.jpg"> </td>
</tr>
</table></td>
</tr> </form>
</table>
</body>
</html>
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -