法律橋(LawBridge.org)---中國最早、最有影響力的原創法律網站
法律橋(LawBridge.org)---中國最早、最有影響力的原創法律網站
|
法律橋之法律網址大全 |
法律網址登錄 |
<%
urlname=trim(request.form("urlname"))
urlvalue=trim(request.form("urlvalue"))
urldate=date()
urlinfo=trim(request.form("urlinfo"))
kinds=trim(request("kinds"))
if request.form("cool")="" then
cool=0
else
cool=request.form("cool")
end if
if request.form("urlhide")="" then
urlhide=0
else
urlhide=request.form("urlhide")
end if
if kinds<>"" then
if Instr(kinds,"|")=0 then
kindid1=kinds
kindid2=0
else
kindid1=cint(left(kinds,Instr(kinds,"|")-1))
kindid2=cint(right(kinds,len(kinds)-Instr(kinds,"|")))
end if
end if
set rs=server.CreateObject("adodb.recordset")
if urlname<>"" and urlvalue<>"" and kindid1<>"" then
rs.open"select urlname,urlvalue from urls where urlname='"&urlname&"' or urlvalue='"&urlvalue&"' and urlkindid1="&kindid1&"",conn,1,1
if not rs.eof then
response.write errmsg(3)
response.end
end if
rs.close
rs.open "select * from urls",conn,3,3
'conn.execute ("insert into urls(urlid,urlkindid1,urlkindid2,urlname,urlvalue,cool,urlhide,urltype) values("&urlid&","&kinds1&","&kinds2&",'"&urlname&"','"&urlvalue&"',"&cool&",'"&urlhide&"',"&urltype&")")
rs.addnew
rs("urlid")=rs.recordcount+1
rs("urlkindid1")=kindid1
rs("urlkindid2")=kindid2
rs("urlname")=urlname
rs("urlvalue")=urlvalue
rs("urlinfo")=urlinfo
rs("urldate")=urldate
if session("adminname")<>"" and session("grade")<=2 then
rs("cool")=cool
rs("urlhide")=urlhide
rs("urltype")=1
else
rs("urltype")=2
end if
rs.update
rs.close
response.write " 網址添加成功!謝謝您的支持,審核通過后將在本站顯示! <- 繼續添加 ->
您所添加的信息:
名稱:"&urlname&" 網址:"&urlvalue&" 說明:"&urlinfo&"
"
response.write ref("url_add.asp?kinds="&kindid1&"|"&kindid2&"",2)
response.end
end if
%>
登錄說明:
1、本站只收錄法律網站。非法律類網站請勿登錄,PR>=3的請點此提交。
2、本站不收錄含有六合彩、色情或者政治性內容以及其他不良內容(包括鏈接)的網站。 3、本站不收錄含有病毒、惡意代碼和改變他人瀏覽器設置(如自動或強行加入收藏、設置為主頁等)的網站以及有超過一個彈出窗口的網站。
4、本站保留是否收錄貴站的權利。
免費登錄說明:
1、為保證貴站能夠成功登錄,請先在貴站的明顯位置做好本站的文字鏈接后再來申請加入。 2、凡在首頁鏈接本站且PR值在3以上的法律網站,可以直接登錄在各大類下。 3、凡在首頁鏈接本站且PR值在5以上的法律網站,除可以在相關類別登錄外,還可以在法律論壇發帖,我們將在法律網址首頁推薦貴站。
|
本站文字鏈接式樣:法律網址大全 (請直接將下面的代碼復制到貴站源碼相應位置)
|
|
|
法律橋(LawBridge.org)---中國最早、最有影響力的原創法律網站
法律橋(LawBridge.org)---中國最早、最有影響力的原創法律網站
|