down_list2.asp

来自「核心惊云下载系统」· ASP 代码 · 共 25 行

ASP
25
字号
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>程序制作:雅异网络</title>
</head>
<body>
<form onsubmit="window.location=this.KKK2.options[this.KKK2.selectedIndex].value; return false;">
    <select name="select" onchange="javascript:window.location.href=this.options[this.selectedIndex].value">
    <option value="">↓ 其它功能 ↓</option>
    <option value="<%=filename%>?file=down_makesoftall.asp">批量生成下载页</option>
    <option value="<%=filename%>?file=down_move.asp">批量移动</option>
    <option value="<%=filename%>?file=down_urlupdate.asp">批量修改</option>
    <option value="<%=filename%>?file=down_sort_reg.asp">软件注册连接</option>
    <option value="<%=filename%>?file=down_mb.asp&type=new">模板:更新页</option>
    <option value="<%=filename%>?file=down_mb.asp&type=list">模板:分类页</option>
    <option value="<%=filename%>?file=down_mb.asp&type=show">模板:下载页</option>
    </select></form>
<%if request("file")<>"" then%>
<form name="JyListForm" action="<%=request("file")%>" method="GET" target="JyDown_w31">
<input type="hidden" name="type" value="<%=request("type")%>">
</form>
<script language=""JavaScript"">document.JyListForm.submit()</script>
<%end if%>
</body>                                                                                                                                              
</html>

⌨️ 快捷键说明

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