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

📄 index.asp

📁 Simple涂乌板2
💻 ASP
字号:
<!-- #include file="inc/conn.asp" -->
<!-- #include file="inc/config.asp" -->
<%
If Session("visitor")<>Empty Then
	Response.Redirect "page.asp"
End If

If LoginQuestion="" Then
	Session("FuncLoginPass")="Pass"
	Response.Redirect "page.asp"
End If
result=Request("result")
%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
	<head>
		<meta http-equiv="content-type" content="text/html;charset=gb2312" />
		<link rel="shortcut icon" href="images/favicon/favicon.ico">
		<link rel="bookmark" href="images/favicon/favicon.ico">
		<title><% =SiteName %> | Simple涂乌板2 | LiYan Chen 2007</title>
		<meta name="keywords" content="Simple涂乌板2 | ASP留言簿 | MSS工作室 | LiYan Chen 2007">
		<meta name="description" content="Simple涂乌板2,首个完全使用DIV+CSS布局的留言簿,同时支持签写留言和发布主题,界面漂亮可换肤,功能完善人为本,代码优秀速度快,为你营造一个舒适的社区氛围">
<style type="text/css" media="screen"><!--
.main { text-align: center; position: relative; top: 220px; }
.input_text { color: #525252; font-size: 13px; }
.input_input { color: #525252; font-size: 13px; width: 200px; height: 20px; border: dashed 1px #b8b8b8; }
.input_frame { height: 30px; float: none; clear: both; }
.input_form { position: relative; top: 20px; }
.input_text_fail { color: #2c99c0; }
.input_button {  }
.button { width: 60px; height: 22px; margin-right: 4px; margin-left: 4px; padding-bottom: 1px; border: solid 1px #525252; }
--></style>
	</head>
	<body>
		<div class="main">
			<a href="http://sp2.itmss.cn/" target="_blank"><img src="images/index/LOGO.gif" alt="Simple涂乌板2" height="52" width="333" border="0"></a>
			<form id="FormName" action="process.asp" method="post" class="input_form">
				<div class="input_frame">
<% If result="fail" Then %>
					<span class="input_text_fail">Sorry喔~你的回答是错滴!</span>
<% Else %>
					<span class="input_text">欢迎光临!</span>
<% End If %>

				</div>
				<div class="input_frame">
					<span class="input_text">登录前请回答我的问题:</span>
				</div>
				<div class="input_frame">
					<span class="input_text">问题:</span><input type="text" name="WenTi" value="<% =LoginQuestion %>" readonly size="50" class="input_input">
				</div>
				<div class="input_frame">
					<span class="input_text">答案:</span><input type="text" name="DaAn" size="50" class="input_input">
				</div>
				<input type="hidden" name="action" value="WenTi">
				<div class="input_frame">
					<div class="input_button">
						&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<input type="submit" name="" value=" 提 交 " class="button"> <button name="" value="" type="button" class="button" onclick="location.href='http://sp2.itmss.cn/'"> 主 站 </button>
					</div>
				</div>
			</form>
		</div>
	</body>
</html>

⌨️ 快捷键说明

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