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

📄 lianjie_tian.asp

📁 一个WAP导航程序!动态友链!好东西!而且后台安全性很强
💻 ASP
字号:
<% @LANGUAGE="VBSCRIPT" CODEPAGE="65001" %>
  
<%Response.ContentType = "text/vnd.wap.wml; charset=utf-8"%>
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<!--#include file="conn.asp"-->
<!--#include file="const.asp" -->
<!--#include file="char.asp"-->
<wml> 
<head>
<meta http-equiv='Cache-Control' content='no-Cache'/>
<meta http-equiv='Cache-Control' content='max-age=0'/>
</head>
<card id='main' title='站点添加' >
<p>
网站简称(限两字,不得含有色情字眼)
<br/><input type='text' name='title' size='10' maxlength='2' value=''/>
<br/>网站全称(不得含有色情字眼)
<br/><input type='text' name='quan' size='10' value=''/>
<br/>网站地址(带http://)
<br/><input type='text' name='content' size='10' value='http://'/>
<br/>添加到
<br/><select name='lassid'>
<%if request("id")="" then%>
<option value=''>选择分类</option>
<%else%>
<%
	if request("id")=7 then
	name="综合"
	end if
	if request("id")=1 then
	name="美图"
	end if
	if request("id")=2 then
	name="游戏"
	end if
	if request("id")=3 then
	name="文学"
	end if
	if request("id")=4 then
	name="社区"
	end if
	if request("id")=5 then
	name="音乐"
	end if
	if request("id")=6 then
	name="智能"
	end if
	if request("id")=8 then
	name="导航"
	end if
    if request("id")=14 then
	name="影视"
	end If
	if request("id")=9 then
	name="搜索"
	end if
	if request("id")=10 then
	name="酷站"
	end if
	if request("id")=11 then
	name="资讯"
	end if
%>
<option value='<%=request("id")%>'><%=name%></option>
<%end if%>
<option value='7'>综合</option>
<option value='1'>美图</option>
<option value='2'>游戏</option>
<option value='3'>文学</option>
<option value='4'>社区</option>
<option value='5'>音乐</option>
<option value='6'>智能</option>
<option value='8'>导航</option>
<option value='14'>影视</option>
<option value='9'>搜索</option>
<option value='10'>酷站</option>
<option value='11'>资讯</option>
</select>
<br/>
站点简介(可留空)
<br/>
<input type='text' name='jianjie' size='10' value='这个站长很懒什么都没有留下'/>
<br/><anchor>[-提交-]
<go href='lianjie_tian_ok.asp' method='post' accept-charset='utf-8'>
<postfield name='title' value='$(title)'/>
<postfield name='quan' value='$(quan)'/>
<postfield name='content' value='$(content)'/>
<postfield name='lassid' value='$(lassid)'/>
<postfield name='jianjie' value='$(jianjie)'/>
</go>
</anchor>
<br/>本站友连按照贵站最后连入排名,只要有用户连入本站,既在首页排名第一,请把我站放到显著位置,会给您带去更多流量!
<br/>-------------
<br/><a href='index.asp'>返回友链首页</a>
<br/><a href='http://62book.com/wap'>返回书香文学</a>
</p>
</card>
</wml> 

⌨️ 快捷键说明

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