⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 addlink.asp

📁 信息类网站的不错选择
💻 ASP
字号:
<!--#include file="conn.asp"-->
<!--#include file="config.asp"-->

<html>

<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>加入连接</title>
</head>
<!--#include file="top.asp" -->
<!--#include file=bar.asp-->
<SCRIPT language=javascript>
<!--
function CheckForm()
{
if(document.thisForm.web.value.length<1)
	{
	    alert("网站名称不能为空!");
	    return false;
	}
	if(document.thisForm.url.value.length<1)
	{
	    alert("网站地址不能为空!");
	    return false;
	}
			if(document.thisForm.webabout.value.length<1)
	{
	    alert("网站简介不能为空!");
	    return false;
	}
	


}

//-->
</SCRIPT>
<body style="font-size: 9pt">

<div align="center">
	<table border="0" cellpadding="0" style="border-collapse: collapse" width="760" id="table1" bgcolor="#F1FAE6">
		<tr>
			<td>

<form method="POST" name="thisForm" action="addlinkchk.asp">
	<table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="100%" id="table2">
		<tr>
			<td colspan="2" height="41" bgcolor="#CBDCB6">
			<p align="center">申请链接</td>
		</tr>
		<tr>
			<td width="198" align="right" height="30" bgcolor="#F1FAE6">网站名称:</td>
			<td height="30" bgcolor="#F1FAE6"><input type="text" name="web" size="30" maxlength="10"> *</td>
		</tr>
		<tr>
			<td width="198" align="right" height="30" bgcolor="#F1FAE6">网站地址:</td>
			<td height="30" bgcolor="#F1FAE6"><input type="text" name="url" size="30" value="http://"> *</td>
		</tr>
		<tr>
			<td width="198" align="right" height="30" bgcolor="#F1FAE6">logo地址:</td>
			<td height="30" bgcolor="#F1FAE6"><input type="text" name="logo" size="36" value="http://"> (<span lang="en-us">160</span>*<span lang="en-us">70</span>)</td>
		</tr>
		<tr>
			<td width="198" align="right" height="30" bgcolor="#F1FAE6">网站简介:</td>
			<td height="30" bgcolor="#F1FAE6"><input type="text" name="webabout" size="36" maxlength="30"> *</td>
		</tr>
	</table>
	<p style="line-height: 220%; margin-top: 0; margin-bottom: 0">
	 </p>
	<p style="line-height: 220%; margin-top: 0; margin-bottom: 0" align="center">
	                  <input border="0" onclick="javascript:return CheckForm();" src="images/Login_but.gif" name="I2" type="image" width="62" height="22"></p>
	<p style="line-height: 220%; margin-top: 0; margin-bottom: 0">
	<font color="#FF0000">在加入本站之前请确保在您的网站相应位置加上我们的链接,否则我们将不通过您的连接并在3天内删除您的链接,谢谢合作!</font></p>
</form>

			<div align="center">
				<table id="table3" style="BORDER-COLLAPSE: collapse" borderColor="#eefaff" height="56" cellSpacing="0" cellPadding="0" width="456" bgColor="#ffffff" border="1">
					<tr>
						<td width="454" rowSpan="8">
						<p style="MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px">图片连接:<img height="33" src="logo.gif" width="88" border="0">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
						文字连接:供求信息网</p>
						<p style="MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px">网站名称:供求信息网
						</p>
						<p style="MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px">网站地址:http://www.zh228.com
						</p>
						<p style="MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px">网站logo:http://www.zh228.com/ad/logo.gif
						</p>
						<p style="MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px">网站简介:<span lang="zh-cn">供求信息网</span></td>
					</tr>
				</table>
</div>

			<p> </td>
		</tr>
	</table>
</div>

</body>

</html>

⌨️ 快捷键说明

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