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

📄 newuserread.asp

📁 一个网上的考试系统
💻 ASP
字号:
<!--#include file ="../include.asp"-->
<% 
	StartPage "注册新用户首页",2
%>

<!--<HTML>
<HEAD>
<META NAME="GENERATOR" Content="Microsoft Visual Studio 6.0">
<TITLE>注册新用户页</TITLE>
</HEAD>
<BODY  leftmargin=150  rightmargin=150>

<IMG src="../images/title.JPG" border=0>

<hr>
<br>-->

<form name =Next action ="" method = post>
<table border="1" cellpadding="0" cellspacing="0" style="BORDER-COLLAPSE: collapse" bordercolor="lightskyblue" width="80%" align=center>
  
	<tr>
		<td  height=20  bgcolor=lightskyblue>
		</td>
	</tr>
  
	<tr>
		<td width="100%">
			<table border=0 width="100%">
				<tr>
					<td  align=center  colspan=3><font  size=20  color="#99ccff"><STRONG>扬帆新用户注册</STRONG></font></td>
				</tr>

				<tr>
				  <td width="28%"><b><font face="隶书" size="5"  
						color="#99ccff">注册流程</font></b></td>
					<td  rowspan=8 colspan=2  align=right width="100%"><textarea name = QuestionName cols = 55 rows = 15 >
您只有无条件接受以下所有服务条款,才能继续申请:					
(1)在网易的网页上发布信息或者利用网易的服务时必须符合中国有关法规(部分法规请见附录),不得在网易的网页上或者利用网易的服务制作、复制、发布、传播以下信息:
   (a)反对宪法所确定的基本原则的;
   (b) 危害国家安全,泄露国家秘密,颠覆国家政权,破坏国家统一的;
   (c) 损害国家荣誉和利益的;
   (d) 煽动民族仇恨、民族歧视,破坏民族团结的;
   (e) 破坏国家宗教政策,宣扬邪教和封建迷信的;
   (f) 散布谣言,扰乱社会秩序,破坏社会稳定的;
   (g) 散布淫秽、色情、赌博、暴力、凶杀、恐怖或者教唆犯罪的;
   (h) 侮辱或者诽谤他人,侵害他人合法权益的;
   (i) 含有法律、行政法规禁止的其他内容的。
(2)在网易的网页上发布信息或者利用网易的服务时还必须符合其他有关国家和地区的法律规定以及国际法的有关规定。
(3)不利用网易的服务从事以下活动:
   (a) 未经允许,进入计算机信息网络或者使用计算机信息网络资源的;
   (b) 未经允许,对计算机信息网络功能进行删除、修改或者增加的;
   (c) 未经允许,对进入计算机信息网络中存储、处理或者传输的数据和应用程序进行删除、修改或者增加的;
   (d) 故意制作、传播计算机病毒等破坏性程序的;
   (e) 其他危害计算机信息网络安全的行为。
(4)不以任何方式干扰网易的服务。
(5)遵守网易的所有其他规定和程序。
					</textarea></td>
				</tr>
				
				<tr>
				  <td width="8%" rowspan="2">
				  <p align="center"><font face="隶书" size="5"  
				    color="#99ccff">阅读声明</font></p></td>
				  <td width="20%"><font  size=2></font></td>
				</tr>
				
				<tr>
				  <td width="20%" colspan=2></td>
				</tr>
				
				<tr>
				  <td width="8%" rowspan="2">
				  <p align="center"><font face="隶书" size="5"  
				    color="#99ccff">填写信息</font></p></td>
				  <td width="20%"></td>
				</tr>
				
				<tr>
				  <td width="20%" colspan=2></td>
				</tr>
				
				<tr>
				  <td width="8%" rowspan="2">
				  <p align="center"><b><font face="隶书" size="5"  
						color="#99ccff">进行确认</font></b></p></td>
				  <td width="20%"></td>
				</tr>
				
				<tr>
				  <td width="20%" colspan=2></td>
				</tr>
  
				<tr>
				  <td width="8%" rowspan="2">
				  <p align="center"><b><font face="隶书" size="5"  color="#99ccff"></font></b></p></td>
				  <td width="20%"></td>
				</tr>
				
				<tr>
					<td  align=center><input type ="button" value ="我同意"  name=button1 onclick = "Check()"></td>
					<td ><input type ="button" value ="不同意"  name=button2 onclick = "Check1()"></td>
				</tr>
				
			</table>
		</td>
	</tr>	
  
	<tr>
		<td  height=20  bgcolor=lightskyblue>
		</td>
	</tr>
</table>
</form>

<!--<br>
<hr>
<center>
<font  size=2>
欢迎来到本网站,最佳分辨率:800×600
<br>如果有困难请与我联系:FD_FYY@hotmail.com
</font></center>

</BODY>
</HTML>-->
<% 
	EndPage
%>

<script language="javascript">
	function Check()
	{
		
		document.Next.action = "NewUserWrite.asp";
		document.Next .submit();
	}
	
	function Check1()
	{
		
		document.Next.action = "../Index.asp";
		document.Next .submit();
	}
</script>

⌨️ 快捷键说明

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