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

📄 guest.asp

📁 基于asp的 班级同学录主页源代码
💻 ASP
字号:
<!--#include file="../const.asp"-->
<%if session("user")="" then
response.redirect "../err.asp"
end if%>
<!--#include file="top.asp"-->
<div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="0" width="100%" class=bk>
<tr>
<td width="165" bgcolor="#FFCCCC" valign="top" align="center" class=y height="15">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center" bgcolor="#CC99CC" class=x><font color="#FFFFFF">最 新 留
言 </font></td>
</tr>
<tr>
<td height="201">&nbsp;</td>
</tr>
</table>
</td>
<td width="*" valign="top" bgcolor="#FFECEC">
<div align="center">
<table border="0" cellpadding="0" cellspacing="8" width="90%" bgcolor="#FFECEC">
<tr>
<td width="100%">
<div align="center">
<form name="frmgstbook" action="save.asp" method="post" >
<table width="478" border="1" cellpadding="2" height="306" bgcolor="#FFECEC" bordercolordark="#FFFFFF" bordercolorlight="#000000" cellspacing="0">
<tr align="right">
<td colspan="5">     <input type="hidden" name="txtname" size="20" value="<%=session("user")%>">
<input type="hidden" name="txtemail" size="30">
<input type="hidden" name="txthomepage" size="40" value="http://">请 留 言<font size="2">....................<a href="index.asp">观看留言</a></font></td>
</tr>


<tr>
<td width="89" align="right" height="27">留言给:</td>
<td colspan="4" height="27" width="375">
<input type="text" name="txttitle" size="20">
</td>
</tr>
<tr>
<td width="89" align="right">表情:</td>
<td colspan="4" width="375">
<input type="radio" value="1"
name="face" checked>
<img src="IMAGES/1.gif" >
<input
type="radio" value="2" name="face">
<img src="IMAGES/2.gif" >
<input
type="radio" value="3" name="face">
<img src="IMAGES/3.gif" >
<input type="radio" value="4" name="face">
<img src="IMAGES/4.gif" >
<input type="radio" value="5" name="face">
<img src="IMAGES/5.gif" >
<input type="radio" value="6" name="face">
<img src="IMAGES/6.gif" > <br>
<input type="radio" value="10" name="face">
<img src="IMAGES/10.gif">
<input type="radio" name="face" value="11">
<img src="IMAGES/11.gif">
<input type="radio" name="face" value="12">
<img src="IMAGES/12.gif">
<input type="radio" name="face" value="13">
<img src="IMAGES/13.gif">
<input type="radio" name="face" value="14">
<img src="IMAGES/14.gif" >
<input type="radio" name="face" value="15">
<img src="IMAGES/15.gif" > <br>
<input type="radio" name="face" value="16">
<img src="IMAGES/16.gif">
<input type="radio" name="face" value="17">
<img src="IMAGES/17.gif" >
<input type="radio" name="face" value="18">
<img src="IMAGES/18.gif" >
<input type="radio" value="7" name="face">
<img src="IMAGES/7.gif" >
<input type="radio" name="face" value="8">
<img src="IMAGES/8.gif" >
<input type="radio" name="face" value="9">
<img src="IMAGES/9.gif" > </td>
</tr>
<tr>
<td width="89" height="74" align="right">留言内容:</td>
<td colspan="4" height="74" valign="top" width="375"><font color="#000000">
<textarea
cols="50" name="txtContent" rows="9"></textarea>
</font></td>
</tr>
</table>
<p>
<input class="button" type="submit" name="cmdok" value="写完了">
<input class="button" type="reset" name="cmdreset" value="重写">
</p>
</form>
</div>
</td>
</tr>
</table>
</div>
</td>
</tr>
</table>
</center>
</div>
<!-- #include file="../End.asp" -->
</body>

</html>

⌨️ 快捷键说明

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