send.asp

来自「这是一个学生毕业时做的教务系统」· ASP 代码 · 共 89 行

ASP
89
字号
<%@ Language=VBScript%>

<!--#include file=include/conn.asp -->
<%
NewsID=Request.QueryString("NewsID")
reffer=Request.ServerVariables("HTTP_REFERER")
%>
<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>新闻评论_校园网</title>
<LINK href=news.css rel=stylesheet>
<link href="../css.css" rel="stylesheet" type="text/css">
</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="768" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
    <tr>
      <td height="1"></td>
    </tr>
  </table>

  <table width="768" border="0" cellspacing="0" cellpadding="0" align="center">
    <tr>
      <td height="24" bgcolor="#FFFFFF"> 
        <table width="768" border="0" align="center" cellpadding="0" cellspacing="0" background="../images/shou_r06_c02.gif">
          <tr> 
            <td width="15">&nbsp;</td>
            <td width="637" height="25"><font color="#FFFFFF">当前位置:</font><a class=bai href="./" >首页</a><font color="#FFFFFF">&gt;&gt;发送邮件</font></td>
</tr>
</table>
      </td>
</tr>
</table>

  <table border="0" style="border-collapse: collapse" bordercolor="#cccccc" width="768" 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 width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
                <tr>
<td width="69%" align="center" valign="top">
<p>&nbsp;</p>
                    <table width="74%" border="0" cellpadding="3" cellspacing="0" bgcolor="#FFFFFF">
                      <tr>
                        <td width="100%" height="50"><font color="000099"> </font><font color="000099">请输入你朋友的名字: 
                          <input type="text" name="name" size="50">
</font></td>
</tr>

<tr>
                        <td width="100%" height="50"><font color="000099"> 请输入你朋友的MAIL: 
                          <input type="text" name="email" size="50"></font></td>
</tr>

<tr>
                        <td width="100%" height="50"><font color="000099"> </font><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>

<p> </p>

</body>

</html>

⌨️ 快捷键说明

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