?? setup_obinfo_ok.asp
字號:
<!--#include file="../checkuser.asp" -->
<%
m_ver = Trim(request("ver"))
if m_ver="cn" then
tmpstr_t="[中文版]"
elseif m_ver="en" then
tmpstr_t="[英文版]"
else
response.write "錯誤訪問頁面,請重試"
response.end
End If%>
<!--#include file="../../include/db_conn.asp" -->
<!--#include file="../../include/pub_func.asp" -->
<!--#include file="include/const.asp" -->
<%
news_str=request.form("released_news_str") '要發布的新聞的數組列表
news_str=left(news_str,len(news_str)-1)
news_list=split(news_str,",")
a=ubound(news_list)
'修改信息的發布順序
for i=0 to a
sqlstr="UPDATE ys_product2_Catalog SET orderid=" & i & " WHERE version='"&m_ver&"' and CatalogID=" & news_list(i)
conn.execute sqlstr
next
call closedb()
%>
<script language="javascript">
function Onload(){
parent.document.location.href="productcatalog.asp?ver=<%=m_ver%>";
}
</script>
<BODY onload="Onload()"></body>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -