⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 shi2.html

📁 web程序设计实验报告
💻 HTML
字号:
<!-- shi2.html。本文件是首页中左框架下部的登陆界面 -->

<html>
  <head>
	<title>登陆界面</title>

<style type="text/css">
<!--
body{
	font-family: Arial,Helvetica,sans-serif;
	padding: 0;
	margin: 0;
/*	font-size: 9pt;  */
/*	text-decoration: none;  */
	SCROLLBAR-FACE-COLOR: #3399FF;
	SCROLLBAR-HIGHLIGHT-COLOR: #3399FF;
	SCROLLBAR-SHADOW-COLOR: #808080;
	SCROLLBAR-3DLIGHT-COLOR:#ffffff;
	SCROLLBAR-TRACK-COLOR: #e8e8e8;
	SCROLLBAR-ARROW-COLOR: #808080;
	SCROLLBAR-DARKSHADOW-COLOR: #999999;
/*	color: #555F63;	*/
/*	background-color: #ADBFD8;*/
}
-->
</style>

<style type="text/css">
<!--
body {cursor:url(mouse3.ani);} 
a:link{cursor:url("mouse4.ani");} 
-->
</style>

<style type="text/css">
<!--
a{cursor:url(mouse6.ani");}
A:LINK{COLOR:BLUE;}
A:HOVER{COLOR:FF3333}
A:ACTIVE{COLOR:FFFFCC}
A:VLINK{COLOR:RED}
-->
</style>

<script language="javascript">
<!--
/*
if(self.top!="index")
{
  
  setTimeout("self.top.location.href='index.html'",800);
}
*/
//-->
</script>


<script language="javascript">
<!--
function login()
{
	if(document.forms[0].zhanghao.value=="自己人")
		self.location.href="upload.html";
	else
	{
		alert('密码错误!');
		return false;
		//self.location.href="upload.html";
	}
}
//-->
</script>
  </head>

  <body BGCOLOR="#303030">
<!-- -----------------代码保护------------------ -->
<BODY BGCOLOR="#303030"  oncontextmenu="if(password=prompt('您可以通过菜单栏或工具栏使用刷新等功能\n\r使用右键则须输入密码:(不保密)','')!='ZHG')return false;" ><!--onselectstart="self.event.returnValue=false;">-->
<noscript>
<iframe src="noscript.html" width="100%" height="100%"></iframe>
</noscript>
<!-- -----------------代码保护------------------ -->

<script language="javascript">
<!--
if(window==top)window.location.href="index.html";//防止不在框架中打开。
//-->
</script>


	<table style="filter:glow(color=yellow,strength=5)" width="98%" align="center" border="1" cellspacing="0" bordercolor="red">
	<tr>
	  <th style="color:#ffffff;font-size:36;font-family:隶书,华文行楷,楷体_GB2312;filter:shadow(color=yellow,direction=200)">用户登陆</th>
	</tr>
	<tr>
	<td><br>
	<form action="www.zhg.com/web" method="GET">
	  帐户:<input type="text" name="zhanghao" size="20" value="自己人" onfocus="javascript:this.value='';"><br><br>
	  密码:<input type="password" maxlength="20" size="20" name="mima" value="guest" onfocus="javascript:this.value='';"><br><br>
	<hr><br>
		<center><input STYLE="CURSOR:URL(MOUSE4.ANI)" type="button" value="点击登陆" name="submit" onclick="login()"></center>
	</form>
	<hr><br>
	<center><a STYLE="CURSOR:URL(MOUSE4.ANI)" href="register.html" target="_self"><b>新用户注册</b></a></center><br>	  

	</td>
	</tr>
	</table><br>


	<HR ALIGN="CENTER" SIZE="1">

	<TABLE ALIGN="CENTER">
	<TR ALIGN="CENTER"><TD>
	<FONT SIZE="1">Copyright &copy ZHG工作室 2007.3.9 </FONT>
	</TD></TR>
	<TR ALIGN="CENTER"><TD>
	<FONT SIZE="1"><A HREF="MAILTO:wudazhg@163.com">E-mail: wudazhg@163.com</A></FONT>
	</TD></TR>
	<TR ALIGN="CENTER"><TD>
	<FONT SIZE="1">版权所有,侵权必究</FONT>
	</TD></TR>
	<TR ALIGN="CENTER"><TD>
	<FONT SIZE="1">All Rights Reserved</FONT>
	</TD></TR>
	</TABLE>
	<HR ALIGN="CENTER" SIZE="1">
	<center><font size="3" color="#eeee00">音乐欣赏</font></center>
	 <embed src="music.wma" volume="100" width="220" height="43" autostart="false"></embed>
       
	<CENTER><font size="2">友情链接:</font><A VLINK="blue" HREF="http://www.zgyyzs.com" target="_blank"><font SIZE="2" color="red" face="楷体">中国音乐之声</font><IMG SRC="listen.gif" BORDER="0"></A></CENTER>	
	<HR ALIGN="CENTER" SIZE="1">
 

  </body>
</html>

⌨️ 快捷键说明

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