📄 sendadmin.asp
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!--#include file="articleconn.asp"-->
<%if chkcookie(request.cookies("userid"))="" or chkcookie(request.cookies("password"))="" then
%>
<script language="JavaScript">
<!--
function checkinput()
{
if (document.search.userid.value=="")
{
alert("请输入用户名!");
document.search.userid.focus();
return false;
}
if (document.search.password.value=="")
{
alert("请输入密码!");
document.search.password.focus();
return false;
}
return true;
}
-->
</script>
<title></title>
<body scroll="no" marginwidth="0" leftmargin="0" topmargin="0">
</p>
<p> </p>
<p> </p>
<div align="center">
<center>
<form method="POST" action="userpass.asp" name="search" onsubmit="return checkinput()">
<table border="0" cellpadding="0" cellspacing="1" style="border-collapse: collapse" width="223" id="AutoNumber1" bgcolor="#986800">
<tr>
<td width="100%">
<table border="0" cellspacing="0" style="border-collapse: collapse" width="233" id="AutoNumber1" cellpadding="4" height="109">
<tr>
<td width="223" colspan="2" bgcolor="#986800" height="3">
<font size="2" color="#FFFFFF">点播观看影视,请先<b>登陆</b>!</font></td>
</tr>
<tr>
<td width="58" bgcolor="#EEEEEE" height="17"><font size="2">用<span lang="en-us">
</span>户</font><span lang="en-us"><font size="2">:</font></span></td>
<td width="165" bgcolor="#EEEEEE" height="17">
<input type="text" name="userid" size="20" style="color: #000000; border-style: solid; border-width: 1; background-color: #FFCC30"></td>
</tr>
<tr>
<td width="58" bgcolor="#EEEEEE" height="17"><font size="2">密
码:</font></td>
<td width="165" bgcolor="#EEEEEE" height="17">
<input type="password" name="password" size="20" style="color: #000000; border-style: solid; border-width: 1; background-color: #FFCC30"></td>
</tr>
<tr>
<td width="58" bgcolor="#EEEEEE" height="19"> </td>
<td width="165" bgcolor="#EEEEEE" height="19">
<input type="submit" value="提交" name="B1" style="color: #000000; border-style: solid; border-width: 1; background-color: #FFCC30">
<input type="reset" value="重置" name="B2" style="color: #000000; border-style: solid; border-width: 1; background-color: #FFCC30"></td>
</tr>
<tr>
<td width="223" colspan="2" bgcolor="#EEEEEE" height="13">
<font size="2">你还没有注册? </font>
<a target="_blank" href="USER/JOIN.asp">
<font size="2" color="#ff0000">点击这里立刻申请</font></a></td>
</tr>
</table>
</td>
</tr>
</table>
</form>
</center>
</div>
<%response.end
end if%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title><%=webname%>---给管理员发信息</title>
<LINK href="css/style.css" type=text/css rel=stylesheet>
</head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" BACKGROUND="index1.files/background-extender.gif" oncontextmenu=self.event.returnValue=false onselectstart="return false">
<br style="line-height:5px;">
<table width="530" border="1" cellspacing="0" cellpadding="1" bordercolor="#CCCCFF" align="center">
<tr>
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="9" background="images/back_3.gif" rowspan="2"></td>
<td class="12v">
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="12v">
<tr>
<td class="12v" >
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" id="AutoNumber3" height="0" width="100%">
<tr>
<td>
<table width="100%" border="0" cellpadding="2" cellspacing="1">
<tr>
<td colspan="2" bgcolor="#00FFFF" > <%=webname%>>>><font color=#0000FF>
<b>欢迎您给管理员发信息:</b></font></td>
</tr>
<tr>
<td colspan="2" align="center">
<table width="100%" border="0" align="center" cellpadding="10" cellspacing="0" bgcolor="#00FFFF">
<form name="formmsg" method="post" action="msgSave.asp">
<tr>
<td align="center"> <table width="100%" height="30" border="0" cellpadding="3" cellspacing="0" bgcolor="#DDDDFF">
<tr bgcolor="#CCCCFF">
<td width="86">您的姓名:</td>
<td width="382" bgcolor="#CCCCFF">
<input name="rvauthor" type="text" class="button2" id="form1" value="<%=request.cookies("userid")%>" size="20" maxlength="20" readonly>
</td>
</tr>
</table>
<table width="480" border="0" cellspacing="0" cellpadding="3">
<tr bgcolor="#CCCCFF">
<td width="83">信息主题:</td>
<td width="384" bgcolor="#CCCCFF"> <input name="rvname" type="text" class="button2" id="form3" value="请输入您评论的题目" size="40" maxlength="20" onFocus="this.value=''">
</td>
</tr>
<tr bgcolor="#CCCCFF">
<td width="83">信息内容:</td>
<td width="384"> </td>
</tr>
<tr bgcolor="#CCCCFF">
<td colspan="3" align="center" width="474"> <textarea name="rvcontent" cols="60" rows="10" style="background-color: #EEFFAD" id="form4"></textarea>
<br> <div align="center">
<input name="Submit" class="button1" type="submit" class="button" value="提交">
<input name="Submit2" class="button1" type="reset" class="button" value="重置">
</div></td>
</tr>
<script language="VBScript" type="text/VBScript">
function formmsg_onSubmit()
if document.formmsg.rvauthor.value="" then
alert"对不起,您应该输入姓名"
formmsg.rvauthor.focus()
formmsg_onSubmit=false
elseif document.formmsg.rvname.value="" or document.formmsg.rvname.value="请输入您评论的题目" then
alert"对不起,您应该输入评论的题目"
formmsg.rvname.focus()
formmsg_onSubmit=false
elseif document.formmsg.rvcontent.value="" then
alert"对不起,您的信息还没有任何内容"
formmsg.rvcontent.focus()
formmsg_onSubmit=false
elseif len(document.formmsg.rvcontent.value)>800 then
alert "对不起,评论内容不能大于800个字节"
formmsg.rvcontent.focus()
formmsg_onSubmit=false
end if
end function
</script>
</table>
</td>
</tr>
<tr>
<td height="2" align="right" bgcolor="#CCCCFF">
</td>
</tr>
</form>
</table>
</td>
</tr>
<tr>
<td colspan="2" align="center" bgcolor="#00FFFF">
<b><font color="#FF0000">谢谢您的意见,我们将尽快给您回复,请继续支持蚂蚁网!</font></b></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
<td class="12v" background="images/back_3.gif" width="9" rowspan="2"></td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -