📄 submit.asp
字号:
<!--#include file="conn.asp"-->
<html>
<head>
<meta name="GENERATOR" content="Microsoft FrontPage 6.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="style.css" rel="stylesheet" type="text/css">
<title>卡页连接联盟</title>
</head>
<body topmargin=0>
<div align="center">
<center>
<!--#include file="ky_head.asp"-->
<table cellpadding="3" cellspacing="0" style="border:1px solid #3399FF; padding:0; border-collapse: collapse" width="760" id="AutoNumber4" height="286">
<form method="POST" action="submit.asp">
<tr>
<td width="100%" height="19"><br><%if Request("search")="" then %>
<p align="center"><b>请先查询您的网站是否已被收录<br>
</b><p align="center"> <hr color="#3399FF" width="98%" size="1"><%end if%>
<p align="center">请输入您的域名:<input type="text" name="url" size="34" value="http://" style="border:1px solid #3399FF; ">
<input type="hidden" name="search" value="go" size="34">
<input type="submit" value="查询" name="B1" style="border:1px solid #3399FF; ; background-color:#99CCFF">
</td>
</tr>
</form>
<tr>
<td width="100%" height="12">
</td>
</tr>
<tr>
<td width="100%" height="15">
<hr color="#3399FF" width="98%" size="1">
</td>
</tr>
<tr>
<td width="100%" height="212">
<%if Request("search")="go" then %>
<%
set rs=server.createobject("adodb.recordset")
sql="select * from MB_Linkun where L_URL='"&Request("url")&"'"
rs.open sql,my_conn,1,1
if rs.eof or rs.bof then
%>
<div align="center">
<center>
<form method=post name="frmAddURL" action="save.asp">
<table border="1" cellpadding="3" cellspacing="0" style="border-collapse: collapse" bordercolor="#3399FF" width="500" id="AutoNumber1">
<tr>
<td width="485" colspan="2" bgcolor="#99CCFF">
<p align="center"><font color="#0000CC">新网站添加</font></td>
</tr>
<tr>
<td width="86">网站地址*:</td>
<td width="399">
<input type="text" name="url" maxlength="55" value="<%=Request("url")%>" size="27" style="border: 1px solid #3399FF; "></td>
</tr>
<tr>
<td width="86">网站名称*:</td>
<td width="399">
<input type="text" name="title" maxlength="45" size="20" style="border: 1px solid #3399FF; "></td>
</tr>
<tr>
<td width="86"><a target="_blank" href="http://www.kayeee.com/">
<font color="#666666">网站分类</font></a>*:</td>
<td width="399">
<select size="1" name="class" style="border: 1px solid #3399FF; ">
<option selected>请选择网站分类</option>
<option value="1">门户类</option>
<option value="2">娱乐类</option>
<option value="3">博客类</option>
<option value="4">IT类</option>
<option value="5">文教类</option>
<option value="6">公司类</option>
<option value="7">生活类</option>
<option value="8">商业类</option>
<option value="9">导航类</option>
<option value="0">其他类</option>
</select></td>
</tr>
<tr>
<td width="86">站长 Q Q*:</td>
<td width="399">
<input type="text" name="qq" maxlength="55" size="20" style="border: 1px solid #3399FF; "></td>
</tr>
<tr>
<td width="86">站长邮箱*:</td>
<td width="399">
<input type="text" name="email" maxlength="55" value="@" size="27" style="border: 1px solid #3399FF; "></td>
</tr>
<tr>
<td width="86" bgcolor="#99CCFF"> </td>
<td width="399" bgcolor="#99CCFF">
<input type="submit" name="Submit" value="提交网站信息" style="color: #FFFFFF; border: 1px solid #3399FF; background-color: #99CCFF">
<input type="reset" name="Reset" value="清除表单信息" style="color: #FFFFFF; border: 1px solid #3399FF; background-color: #99CCFF"> </td>
</tr>
</table>
</form>
</center>
</div>
<%else%><p align="center"> <font color="#3366FF">·您的网站已被卡页收录,
您网站的连接代码: </font><p align="center">
<input type="text" name="T1" size="85" value="<a target="_blank" href="http://www.kayeee.com/index.asp?ID=<%=rs("L_ID")%>">卡页连接联盟</a>" style="border: 1px solid #3399FF; padding: 2">
<p align="center"><font color="#FF0000">
<a target="_blank" href="http://www.mybu.net/">
<font color="#FF0000">任何网站做好连接后,只要有一个来访IP,你的网站就会自动排到卡页首页第一名位置</font></a>!<%end if%>
<%end if%></font></td>
</tr>
</table><!--#include file="ky_end.asp"--></center>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -