?? index.asp
字號:
<!--#include file=conn.asp-->
<html>
<head>
<meta http-equiv="Content-Language" content="en-us">
<title><%=sitename%></title>
<link href="style02.css" rel="StyleSheet" type="text/css">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<body bgcolor="#76AEF0" >
<body bgcolor="#FFF8FD" link="#99CC00" vlink="#339966" alink="#3366FF" topmargin="0" leftmargin="0"><LAYER NAME="a0" LEFT=10 TOP=10 VISIBILITY=SHOW BGCOLOR="#ffffff" CLIP="0,0,1,1"></LAYER>
<LAYER NAME="a1" LEFT=10 TOP=10 VISIBILITY=SHOW BGCOLOR="#fff000" CLIP="0,0,1,1"></LAYER>
<LAYER NAME="a2" LEFT=10 TOP=10 VISIBILITY=SHOW BGCOLOR="#ffa000" CLIP="0,0,1,1"></LAYER>
<LAYER NAME="a3" LEFT=10 TOP=10 VISIBILITY=SHOW BGCOLOR="#ff00ff" CLIP="0,0,1,1"></LAYER>
<LAYER NAME="a4" LEFT=10 TOP=10 VISIBILITY=SHOW BGCOLOR="#00ff00" CLIP="0,0,1,1"></LAYER>
<LAYER NAME="a5" LEFT=10 TOP=10 VISIBILITY=SHOW BGCOLOR="#FF00FF" CLIP="0,0,1,1"></LAYER>
<LAYER NAME="a6" LEFT=10 TOP=10 VISIBILITY=SHOW BGCOLOR="#FF0000" CLIP="0,0,1,1"></LAYER>
<LAYER NAME="a7" LEFT=10 TOP=10 VISIBILITY=SHOW BGCOLOR="#ffffff" CLIP="0,0,2,2"></LAYER>
<LAYER NAME="a8" LEFT=10 TOP=10 VISIBILITY=SHOW BGCOLOR="#fff000" CLIP="0,0,2,2"></LAYER>
<LAYER NAME="a9" LEFT=10 TOP=10 VISIBILITY=SHOW BGCOLOR="#ffa000" CLIP="0,0,2,2"></LAYER>
<LAYER NAME="a10" LEFT=10 TOP=10 VISIBILITY=SHOW BGCOLOR="#ff00ff" CLIP="0,0,2,2"></LAYER>
<LAYER NAME="a11" LEFT=10 TOP=10 VISIBILITY=SHOW BGCOLOR="#00ff00" CLIP="0,0,2,2"></LAYER>
<LAYER NAME="a12" LEFT=10 TOP=10 VISIBILITY=SHOW BGCOLOR="#0000ff" CLIP="0,0,2,2"></LAYER>
<LAYER NAME="a13" LEFT=10 TOP=10 VISIBILITY=SHOW BGCOLOR="#FF0000" CLIP="0,0,3,3"></LAYER>
<div id="starsDiv" style="position:absolute;top:0px;left:0px">
<div style="position:relative;width:1px;height:1px;background:#ffffff;font-size:1px;visibility:visible"></div>
<div style="position:relative;width:1px;height:1px;background:#fff000;font-size:1px;visibility:visible"></div>
<div style="position:relative;width:1px;height:1px;background:#ffa000;font-size:1px;visibility:visible"></div>
<div style="position:relative;width:1px;height:1px;background:#ff00ff;font-size:1px;visibility:visible"></div>
<div style="position:relative;width:1px;height:1px;background:#00ff00;font-size:1px;visibility:visible"></div>
<div style="position:relative;width:1px;height:1px;background:#0000ff;font-size:1px;visibility:visible"></div>
<div style="position:relative;width:1px;height:1px;background:#FF0000;font-size:1px;visibility:visible"></div>
<div style="position:relative;width:2px;height:2px;background:#ffffff;font-size:2px;visibility:visible"></div>
<div style="position:relative;width:2px;height:2px;background:#fff000;font-size:2px;visibility:visible"></div>
<div style="position:relative;width:2px;height:2px;background:#ffa000;font-size:2px;visibility:visible"></div>
<div style="position:relative;width:2px;height:2px;background:#ff00ff;font-size:2px;visibility:visible"></div>
<div style="position:relative;width:2px;height:2px;background:#00ff00;font-size:2px;visibility:visible"></div>
<div style="position:relative;width:2px;height:2px;background:#0000ff;font-size:2px;visibility:visible"></div>
<div style="position:relative;width:3px;height:3px;background:#FF0000;font-size:3px;visibility:visible"></div>
</div>
<SCRIPT LANGUAGE="JavaScript">
var Clrs = new Array(6);
Clrs[0] = 'ff0000';
Clrs[1] = '00ff00';
Clrs[2] = '000aff';
Clrs[3] = 'ff00ff';
Clrs[4] = 'fff000';
Clrs[5] = 'fffff0';
var yBase = 200;
var xBase = 200;
var step;
var currStep = 0;
var Xpos = 1;
var Ypos = 1;
var Xs = 200;
var Ys = 400;
if (document.layers) {
window.captureEvents(Event.MOUSEMOVE);
}
if (document.all) {
function MoveHandler() {
Xpos = document.body.scrollLeft+event.x;
Ypos = document.body.scrollTop+event.y;
}
document.onmousemove = MoveHandler;
}
else if (document.layers) {
function xMoveHandler(evnt) {
Xpos = evnt.pageX;
Ypos = evnt.pageY;
}
window.onMouseMove = xMoveHandler;
}
function Comet() {
if (document.all) {
yBase = window.document.body.offsetHeight / 4;
xBase = window.document.body.offsetWidth / 4;
}
else if (document.layers) {
yBase = window.innerHeight / 4;
xBase = window.innerWidth / 4;
}
if (document.all) {
for ( i = 0 ; i < starsDiv.all.length ; i++ ) {
step = 3;
starsDiv.all[i].style.top = Ypos + yBase*Math.cos((currStep + i*4)/12)*Math.cos(0.7+currStep/200);
starsDiv.all[i].style.left = Xpos + xBase*Math.sin((currStep + i*3)/10)*Math.sin(8.2+currStep/400);
for (ai = 0; ai < Clrs.length; ai++) {
var c=Math.round(Math.random()*[ai]);
}
starsDiv.all[i].style.background = Clrs[c];
}
}
else if (document.layers) {
for ( j = 0 ; j < 14 ; j++ ) { //number of NS layers!
step = 6;
var templayer = "a"+j;
document.layers[templayer].top = Ypos + yBase*Math.cos((currStep + j*4)/12)*Math.cos(0.7+currStep/200);
document.layers[templayer].left = Xpos + xBase*Math.sin((currStep + j*3)/10)*Math.sin(8.2+currStep/400);
for (aj=0; aj < Clrs.length; aj++)
{
var c=Math.round(Math.random()*[aj]);
}
document.layers[templayer].bgColor = Clrs[c];
}
}
currStep += step;
setTimeout("Comet()", 5);
}
Comet();
</script>
<div align="center">
<center>
<table width="750" border="0" cellspacing="0" cellpadding="0" bordercolor="#CCCCCC" height="407" style="border-collapse: collapse">
<tr>
<td align="center" width="584" valign="top" height="90" bgcolor="#76AEF0" colspan="3">
</td>
</tr>
<tr>
<td align="left" width="181" valign="top" background="images/bj07.gif" height="4" bgcolor="#76AEF0">
<img border="0" src="images/index_01.gif"></td>
<td align="left" width="364" valign="top" background="images/bj07.gif" height="4" bgcolor="#76AEF0">
<form method="POST" action="login.asp">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber1" height="135" bordercolorlight="#0099FF">
<tr>
<td width="28%" height="48" align="center"> </td>
<td width="36%" height="48">
</td>
<td width="36%" height="48">
</td>
</tr>
<tr>
<td width="28%" height="48" align="center"><span lang="zh-cn">用戶名:</span></td>
<td width="36%" height="48">
<input type="text" name="username" size="20">
</td>
<td width="36%" height="48" align="left" valign="bottom">
<span lang="zh-cn"><a href="reg.asp" style="border:1px solid #C0C0C0; line-height:16px;backgroud-color: #ffffff; FONT-FAMILY: 宋体; FONT-SIZE: 9pt; HEIGHT: 18px; WIDTH:50px; color:#ff0000; background-color:#FFFFFF">注 冊</a></span></td>
</tr>
<tr>
<td width="28%" height="48" align="center"><span lang="zh-cn">密 碼:</span></td>
<td width="36%" height="48">
<input type="password" name="password" size="20">
</td>
<td width="36%" height="48" align="left" valign="bottom">
<span lang="zh-cn"><a href="mima.asp" style="border:1px solid #C0C0C0; line-height:16px;backgroud-color: #ffffff; FONT-FAMILY: 宋体; FONT-SIZE: 9pt; HEIGHT: 18px; WIDTH:50px; color:#ff0000; background-color:#FFFFFF">密碼修改</a></span></td>
</tr>
<tr>
<td width="28%" height="48" align="center"> </td>
<td width="31%" height="48" align="left" valign="bottom">
<input type="submit" value="提交" name="B1" style="border:1px solid #C0C0C0; line-height:16px;backgroud-color: #ffffff; FONT-FAMILY: 宋体; FONT-SIZE: 9pt; HEIGHT: 18px; WIDTH:45px; color:#0000ff; background-color:#FFFFFF">
</td>
<td width="41%" height="48" align="left" valign="bottom"><input type="reset" value="重置" name="B2" style="border:1px solid #C0C0C0; line-height:16px;backgroud-color: #ffffff; FONT-FAMILY: 宋体; FONT-SIZE: 9pt; HEIGHT: 18px; WIDTH:45px; color:#0000ff; background-color:#FFFFFF">
</td>
</tr>
</table>
</form>
</td>
<td align="left" width="39" valign="top" background="images/bj07.gif" height="4" bgcolor="#76AEF0">
</td>
</tr>
<tr>
<td align="center" width="584" valign="top" background="line.gif" height="122" bgcolor="#76AEF0" colspan="3">
</td>
</tr>
</table>
</center>
</div>
<table class="bgclr" width="750" border="0" cellspacing="0" cellpadding="0" align="center" height="1">
<tr>
<td height="1"></td>
</tr>
</table>
<table width="500" border="0" cellspacing="3" cellpadding="1" align="center">
<tr>
<td align="center">技術支持 清峰居</td>
</tr>
<tr>
<td align="center">| <a href="mailto:qianxf001@163.com">意見建議</a> <a href="mailto:qianxf001@163.com">商業合作</a>
|</td>
</tr>
</table>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -