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

📄 send.asp

📁 综合信息管理系统
💻 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">&nbsp;</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">&nbsp;</td>
<td width="637" height="40">当前位置:<a class=white_bg href="./" >首页</a>&gt;&gt;发送邮件</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>&nbsp;</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>&nbsp;</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 + -