📄 new.asp
字号:
<%@LANGUAGE="JAVASCRIPT" CODEPAGE="936"%>
<%
if(Session("login")==false)
{
Session("err")="您TMD还没登陆就想留言 傻B啊!!";
Response.Redirect("err.asp")
}
%>
<!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">
<title>留言</title>
<style type="text/css">
<!--
@import url("css.css");
body {
background-image: url(img/bg3.gif);
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
}
a:link,a:visited {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #3399CC;
text-decoration: none;
}
a:hover {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FF6600;
text-decoration: none;
}
.unnamed11 { font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FF6600;
text-decoration: none;
}
.style3 { color: #CCFF66;
font-size: 14px;
}
.style4 {color: #3399CC}
.style5 {color: #333333}
-->
</style></head>
<body>
<table width="80%" height="90" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="39" background="img/bg4.gif"> </td>
<td width="265" background="img/bg4.gif"><table width="265" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="265" height="90" background="img/top.gif"><img src="img/logo.gif" width="265" height="90"></td>
</tr>
</table></td>
<td width="490" background="img/bg4.gif"><table width="490" height="90" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="60" colspan="7" background="img/hole.gif"><table width="490" height="60" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="52" height="30"> </td>
<td width="146" height="30" valign="bottom"><a href="new.asp">我要留言</a></td>
<td width="31" height="30" valign="bottom"> </td>
<td width="152" height="30" valign="bottom"><a href="admin.asp">信息管理 </a></td>
<td width="30" height="30" valign="bottom"> </td>
<td width="79" height="30" valign="bottom"><a href="admin.asp"> </a><a href="index.asp">首页</a></td>
</tr>
<tr>
<td colspan="6"><table width="100%" height="30" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="20%"> </td>
<td width="7%"> </td>
<td width="31%"><a href="logout.asp" class="style5">
<%if (Session("login")==true){%>
</a><a href="edit.asp">修改资料 </a>
<%}%></td>
<td width="8%"> </td>
<td width="34%"><a href="search.htm"> </a><a href="logout.asp" class="style5">
<%if (Session("login")==true){%>
</a><a href="search.htm">搜索</a>
<%}%></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
<tr>
<td width="136"> </td>
<td width="30"><img src="img/button.gif" width="30" height="30"></td>
<td width="70"><div align="center"><a href="login.asp">
<%if (Session("login")==false){%>
登陆 </a>
<%}%>
</div></td>
<td width="30"><img src="img/button.gif" width="30" height="30"></td>
<td width="70"><div align="center"><a href="reg1.asp">注册</a></div></td>
<td width="30"><img src="img/button.gif" width="30" height="30"></td>
<td width="124"><a href="logout.asp" class="style5">
<%if (Session("login")==true){%>
退出</a>
<%}%></td>
</tr>
</table></td>
</tr>
</table>
<table width="80%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td background="img/bg4.gif"><div align="center"><img src="img/line.gif" width="722" height="3"></div></td>
</tr>
</table>
<table width="80%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="62%" height="30" background="img/bg4.gif"> </td>
<td width="4%" background="img/bg4.gif"><img src="img/button.gif" width="30" height="30"></td>
<td width="18%" background="img/bg4.gif"><div align="center"><span class="style4">当前在线</span><span class="style3"><%=Application("online")%></span><span class="style4">人</span></div></td>
<td width="4%" background="img/bg4.gif"><img src="img/button.gif" width="30" height="30"></td>
<td width="12%" background="img/bg4.gif"> </td>
</tr>
</table>
<form name="form1" method="post" action="checknew.asp">
<table width="50%" border="1" align="center" cellpadding="0" cellspacing="0" bordercolor="#666666">
<tr>
<td height="25" colspan="2" align="right" class="unnamed1" scope="row" background="img/bg2.gif"> <div align="center">新留言</div></td>
</tr>
<tr>
<td align="right" class="unnamed1" scope="row">留言主题</td>
<td>
<input name="title" type="text" class="unnamed1" id="title"> </td>
</tr>
<tr>
<td align="right" class="unnamed1" scope="row">内容</td>
<td>
<textarea name="content" cols="40" rows="8" class="unnamed1" id="content"></textarea> </td>
</tr>
<tr>
<td colspan="2" scope="row"><span class="style3"><span class="unnamed1">留言表情选择:<br>
<input name="emot" type="radio" value="1.gif" checked>
<img src="emot/1.gif" width="19" height="19">
<input type="radio" name="emot" value="2.gif">
<img src="emot/2.gif" width="19" height="19">
<input type="radio" name="emot" value="3.gif">
<img src="emot/3.gif" width="19" height="19">
<input type="radio" name="emot" value="4.gif">
<img src="emot/4.gif" width="19" height="19">
<input type="radio" name="emot" value="5.gif">
<img src="emot/5.gif" width="19" height="19">
<input type="radio" name="emot" value="6.gif">
<img src="emot/6.gif" width="19" height="19">
<input type="radio" name="emot" value="7.gif">
<img src="emot/7.gif" width="19" height="19"> <br>
</span><span class="unnamed1">
<input type="radio" name="emot" value="8.gif">
<img src="emot/8.gif" width="19" height="19">
<input type="radio" name="emot" value="9.gif">
<img src="emot/9.gif" width="19" height="19">
<input type="radio" name="emot" value="10.gif">
<img src="emot/10.gif" width="19" height="19">
<input type="radio" name="emot" value="11.gif">
<img src="emot/11.gif" width="19" height="19">
<input type="radio" name="emot" value="12.gif">
<img src="emot/12.gif" width="19" height="19">
<input type="radio" name="emot" value="13.gif">
<img src="emot/13.gif" width="19" height="19">
<input type="radio" name="emot" value="14.gif">
<img src="emot/14.gif" width="19" height="19"><br>
<input type="radio" name="emot" value="15.gif">
<img src="emot/15.gif" width="19" height="19">
<input type="radio" name="emot" value="16.gif">
<img src="emot/16.gif" width="19" height="19">
<input type="radio" name="emot" value="17.gif">
<img src="emot/17.gif" width="19" height="19">
<input type="radio" name="emot" value="18.gif">
<img src="emot/18.gif" width="19" height="19">
<input type="radio" name="emot" value="19.gif">
<img src="emot/19.gif" width="19" height="19">
<input type="radio" name="emot" value="20.gif">
<img src="emot/20.gif" width="19" height="19"></span></span></td>
</tr>
<tr bgcolor="#9AC533">
<th colspan="2" scope="row">
<input name="Submit" type="submit" class="unnamed1" value="提交"></th>
</tr>
</table>
</form>
<p> </p>
<table width="80%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><div align="center"><img src="img/line.gif" width="600" height="3"></div></td>
</tr>
</table>
<div align="center"><br>
<span class="unnamed1"><br>
<br>
Powered By:Kunta. Wang<br>
All Rights Rerserves©</span></div>
<p> </p>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -