add.asp

来自「coolboy 链接交换系统」· ASP 代码 · 共 33 行

ASP
33
字号
<!--#include file="head.asp"-->
<p>
<table width=650 cellspacing=1 cellpadding=0 bgcolor=#999999 align=center>
  <tr bgcolor=#ffffff>
   <td height=20> &nbsp;交换连接 ↓
   </td>
  <tr bgcolor=#ffffff>
   <td align=center><br><b>填 写 网 站 信 息</b><br>
   <form action=add1.asp method=post>
    <table align=center width=70% height=100% border=0 cellspacing=1 cellpadding=5 bgcolor=#333333>
     <tr bgcolor=#ffffff>
            <td width=100><font color="#FF0000">网站名称:</font>
            <td><input name=site size=15 maxlength=14> * 
     <tr bgcolor=#ffffff>
            <td width=100><font color="#FF0000">网站地址:</font>
            <td><input name=url size=30 value="http://" maxlength=50> *
     <tr bgcolor=#ffffff>
            <td width=100><font color="#FF0000">图标地址:</font>
            <td><input name=imgurl size=30 value="http://" maxlength=50> *
     <tr bgcolor=#ffffff>
            <td width=100>网站说明:
            <td><input name=readme size=30 value="" maxlength=255>
     <tr bgcolor=#ffffff>
      <td colspan=2 align=center><input type=submit value="确定添加" style="background:#ffffff">
    </table><p>
   </form>
</table>
<p>
<!--#include file="foot.asp"-->
<p>
</body>
</html>

⌨️ 快捷键说明

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