📄 send.asp
字号:
<%@ Language=VBScript%>
<!--#include file=conn.asp -->
<!--#include file=config.asp -->
<%
NewsID=Request.QueryString("NewsID")
if NewsID="" then
Response.Write "<script>alert('未指定参数');history.back()</script>"
response.end
else
if not IsNumeric(NewsID) then
response.write "<script>alert('非法参数');history.back()</script>"
response.end
else
reffer=Request.ServerVariables("HTTP_REFERER")
end if
end if
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>文章评论_<%=jjgn%>完美设计网络科技有限公司 完美政府网站管理系统 http://www.wmgov.cn</title>
<LINK href=news.css rel=stylesheet>
</head>
<body topmargin="0"><form method="POST" action="Send_submit.asp"><input type=hidden name=NewsID value=<%=NewsID%>><input type=hidden name=reffer value=<%=reffer%>>
<!--#include file=top.asp -->
<table width="1002" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
<tr valign="top">
<td width="180" bordercolor="#FDFCF8" bgcolor="#FDFCF8" style="border-left: 1px solid #cccccc ; border-top: 1px solid #cccccc ; border-bottom: 1px solid #cccccc ; border-right: 1px solid #cccccc ">
<!--政务日历开始-->
<!--#include file="calendar.asp"-->
<!--政务日历结束-->
</td>
<td width="6" bgcolor="#FFFFFF"></td>
<td style="border-left: 1px solid #cccccc ; border-top: 0px solid #cccccc ; border-bottom: 1px solid #cccccc ; border-right: 1px solid #cccccc ">
<table width="810" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
<tr valign="top">
<td height="356">
<table width="102%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="3" ><img src="IMAGES/kb.gif" width="9" height="3"></td>
</tr>
<tr>
<td width="100%" height="25" background="IMAGES/WmCms_Result.gif" bgcolor="CDCCCC" > <a class=daohang href="./" > </a><strong><b> 当前位置:<a class="daohang" href="./" >网站首页</a>>发送邮件</b></strong></td>
</tr>
<tr bgcolor="CDCCCC">
<td height="25" align="center" bgcolor="#FFFFFF"><a href="guestadd.asp" class=class>发送给好友</a>
| <a class=class href="javascript:window.location.reload()">刷新</a>
</td>
</tr>
<tr bgcolor="CDCCCC">
<td height="25" align="center" bgcolor="#FFFFFF"><table width="95%" border="0" align="center" cellpadding="0" cellspacing="0" id="AutoNumber3" style="border-collapse: collapse">
<tr>
<td valign=top> </td>
</tr>
<tr>
<td valign=top><table border="0" cellpadding="3" cellspacing="0" width="100%">
<tr>
<td width="100%" height="50"><font color="000099">请输入你朋友的名字:
<input type="text" name="name" size="50">
</font></td>
</tr>
<tr>
<td width="100%" height="50"><font color="000099">请输入你朋友的MAIL:</font><font color="000099">
<input type="text" name="email" size="50">
</font></td>
</tr>
<tr>
<td width="100%" height="50"><font color="000099">请输入你自己的名字:
<input type="text" name="myname" size="50">
</font></td>
</tr>
<tr>
<td width="100%" align="center" height="50"> <input type="submit" value=" 发送 " name="B1"></td>
</tr>
</table></td>
</tr>
<tr>
<td valign=top> </td>
</tr>
</table></td>
</tr>
</table>
</td>
</tr>
</table>
</td></tr></table>
<!--#include file=bottom.asp -->
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -