📄 addlink.asp
字号:
<html>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>加入连接</title>
</head>
<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">
<form method="POST" name="thisForm" action="addlinkchk.asp">
<p style="line-height: 220%; margin-top: 0; margin-bottom: 0">
网站名称:<input type="text" name="web" size="30" maxlength="10"> *</p>
<p style="line-height: 220%; margin-top: 0; margin-bottom: 0">
网站地址:<input type="text" name="url" size="30" value="http://"> *</p>
<p style="line-height: 220%; margin-top: 0; margin-bottom: 0">
logo地址:<input type="text" name="logo" size="36" value="http://"> (88*31)</p>
<p style="line-height: 220%; margin-top: 0; margin-bottom: 0">
网站简介:<input type="text" name="webabout" size="36" maxlength="30"> *</p>
<p style="line-height: 220%; margin-top: 0; margin-bottom: 0">
<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">在加入本站之前请确保在您的网站相应位置加上我们的链接,</p>
<p style="line-height: 220%; margin-top: 0; margin-bottom: 0">否则我们将不通过您的连接并在3天内删除您的链接,谢谢合作!</font></p>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -