📄 send.asp
字号:
<%@ Language=VBScript%>
<!--#include file=include/conn.asp -->
<!--#include file=include/config.asp -->
<%
NewsID=Request.QueryString("NewsID")
reffer=Request.ServerVariables("HTTP_REFERER")
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>新闻评论_<%=redcaff%></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=include/top.asp -->
<table width="750" border="0" cellspacing="0" cellpadding="0" align="center">
<tr valign="top" bgcolor="#000000">
<td height="1" width="1"></td>
<td height="1" width="748"></td>
<td height="1" width="1"></td>
</tr>
<tr valign="top">
<td bgcolor="#082D71" width="1"></td>
<td bgcolor="<%=t_m_bg%>" width="748"> </td>
<td bgcolor="#082D71" width="1"></td>
</tr>
<tr valign="top" bgcolor="#000000">
<td height="1" width="1"></td>
<td height="1" width="748"></td>
<td height="1" width="1"></td>
</tr>
</table>
<table width="750" border="0" cellspacing="0" cellpadding="0" align="center" bgcolor="#000066">
<tr>
<td>
<table width="748" border="0" cellspacing="0" cellpadding="0" bgcolor="#D1E4FC" align="center">
<tr>
<td width="20"> </td>
<td width="637" height="40">当前位置:<a class=white_bg href="./" >首页</a>>>发送邮件</td>
</tr>
</table>
</td>
</tr>
</table>
<table border="1" style="border-collapse: collapse" bordercolor="#111111" width="750" align=center cellspacing="0" cellpadding="0">
<tr>
<td width="100%">
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td width="95%" align="middle" valign="top">
<table border="0" width="100%" bgcolor="#FFFFFF">
<tr>
<td width="69%" align="center" valign="top">
<p> </p>
<table border="0" cellpadding="3" cellspacing="0" width="74%">
<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>
<p> </p></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<!--#include file=include/bottom.asp -->
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -