jiaoliu.asp

来自「史上最全面的留言板课程设计」· ASP 代码 · 共 72 行

ASP
72
字号

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<META http-equiv=Content-Language content=gb2312>

<style type="text/css">
<!--
.STYLE2 {color: #FF0000}
.STYLE4 {color: #0033FF}
-->
</style><head>
<body>

<div align="center" id=ppjoke_main>
<P>
</P>

<form action="jiaoliu.asp" method="post" name="form1" target="_parent">
  <table  width="660" border="1" align="center" cellpadding="2" cellspacing="1" bordercolor="#EBE9ED" bgcolor="#3399cc" id=ppjoke_main>
    <tr>
      <td height="15" bgcolor="#3399cc"><strong>留言区:</strong></td>
    </tr>
      <tr>
       <td height="200" width="100%" bgcolor="#9cc2d8">
        <!--#include file="infor.asp"-->        
       </td>
      </tr>
    <tr>
      <td height="15" bgcolor="#9cc2d8">
      <%if session("user_name")<>"" then
	       response.Write("<strong><span class='STYLE4'>你好!会员"&session("user_name")&"</span></strong>")
	    else
		%>
        <label> <strong class="STYLE4">登录名:</strong>
        <input name="name" type="text" id="name" size="10">
        </label>
		<% 
		end if
		%>
		&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
        <strong><span class="STYLE4">E-mail:</span></strong>
        <input type="text" name="email" id="email">                </td>
    </tr>
    <tr>
      <td height="18" bgcolor="#9cc2d8"><div align="left">
       
          <label>
          <input name="content" type="text" id="content" size="90">
          </label>
          <span class="STYLE2">*</span></div>
        <div align="center"></div></td>
    </tr>
    <tr>
      <td height="15" bordercolor="#0099FF">
       <table width="674" cellpadding="1" cellspacing="1" bgcolor="#3399cc">
        <tr bordercolor="#0099FF" bgcolor="#009999">
         <td width="50%" bordercolor="#0099FF" bgcolor="#3399cc">
          <div align="right">
            <input type="submit" name="发表留言" id="发表留言" value="提交"></div></td>
          
      <td width="50%" height="15"  align="right" bgcolor="#3399cc">
     <a href="login.asp">登录</a> <a href="logout.asp">注销</a>          </td>  
        </tr>
       </table>
     </td>  
    </tr>
  </table>
  </form>
</div>
</body>
</html>

⌨️ 快捷键说明

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