guestbook.asp

来自「一个企业网站的php源代码」· ASP 代码 · 共 62 行

ASP
62
字号
<!--#include file="top.asp" -->
<%
'☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆
'★                                                                  ★
'☆                漂亮的企业网站ASP免费版本                         ☆
'★                                                                  ★
'☆  版权所有: ML                                                    ☆
'★                                                                  ★
'☆  程序制作: ML                                                    ☆
'★            email:xinranyx@sina.com                               ★
'☆            QQ:1474579                                            ☆
'★            商业版本请联系购买!!!                                 ★
'☆                                                                  ☆
'★                                                                  ★
'☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆
%>
  <table width="778" border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
    <tr> 
      <td width="184" background="image/07.jpg"> <!--#include file="left.asp" --> </td>
      <td width="631" valign="top"><div align="center"> 
          <table width="100%" border="0" cellspacing="0" cellpadding="0">
            <tr> 
              <td>&nbsp;</td>
            </tr>
          </table>
          <table width="100%" border="0" cellspacing="0" cellpadding="0">
            <tr> 
              <td><img src="image/guestbook.jpg" height="36"></td>
            </tr>
          </table>
          <table width="100%" border="0" cellspacing="0" cellpadding="0">
            <tr>
              <td>&nbsp;</td>
            </tr>
          </table>
          
          <table width="100%" border="0" cellspacing="20" cellpadding="0">
            <tr>
              <td><form name="form1" method="post" action="admin/gb/submit_gb.asp">
                  <table width="100%" border="0" cellspacing="4" cellpadding="0">
                    <tr> 
                      <td width="13%" class="text02">标题:</td>
                      <td width="87%"><input name="title" type="text" size="40"></td>
                    </tr>
                    <tr>
                      <td class="text02">内容:</td>
                      <td><textarea name="content" cols="60" rows="5"></textarea></td>
                    </tr>
                    <tr> 
                      <td class="text02">&nbsp;</td>
                      <td><input type="submit" name="Submit" value="提交">
                        <input type="reset" name="Submit2" value="重置"></td>
                    </tr>
                  </table>
                </form></td>
            </tr>
          </table>
		   </div></td>
    </tr>
  </table>
  <!--#include file="down.asp" -->
<!--#include file="close.asp" -->

⌨️ 快捷键说明

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