?? lianjie_gai.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"-->
<%
Set rs = Server.CreateObject("ADODB.Recordset")
sql ="SELECT * From wapqita where id="&request("id")
RS.open sql,Conn,1,1
lassid=rs("lassid")
title=rs("title")
title_quan=rs("title_quan")
jianjie=rs("jianjie")
content=rs("content")
set rs = server.createobject("adodb.recordset")
sql="select * from class where id="&lassid&""
rs.open sql,conn,1,1
if not rs.eof then
class_name=rs("name")
end if
%>
<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='quan' size='10' value='<%=title_quan%>'/>
<br/>網站名稱(簡名,限2字,用于首頁顯示)
<br/><input type='text' name='title' size='10' value='<%=title%>'/>
<br/>網站地址(帶http://)
<br/><input type='text' name='content' size='10' value='<%=content%>'/>
<br/>添加到
<br/><select name='lassid'>
<%if lassid="" 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")=9 then
name="其他"
end if
%>
<option value='<%=lassid%>'><%=class_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='9'>其他</option>
</select>
<br/>站點簡介(可留控)
<br/><input type='text' name='jianjie' size='10' value='歡迎大家訪問我的總站:http://hotbd.dwap.cn'/>
<br/><anchor>[-提交-]
<go href='lianjie_gai_ok.asp?id=<%=request("id")%>' method='post' accept-charset='utf-8'>
<postfield name='title' value='$(title)'/>
<postfield name='title_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>
</p>
</card>
</wml>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -