www.gusucode.com > 玩玩小游戏FLASH系统 2.1码程序 > admin/cj.asp

    <%
if request("id") and request("overid") and request("download") <>"" then
response.redirect "getid.asp?id="&request("id")&"&overid="&request("overid")&"&download="&request("download")
else
%>
<body>
<P>&nbsp;</P>
<form name="form1" method="get" action="getid.asp">
  开始采集的专辑ID号: 
  <input name="id" type="text" id="id" size="10">
  结束ID: 
  <input name="overid" type="text" id="overid" size="10">
  是否将数据下载到本地: 是
<input type="radio" name="download" value="yes">
  否
  <input name="download" type="radio" value="no" checked>
  <input type="submit" name="Submit" value="提交">
<br><br>程序不断完善中,如有问题请到发布页反馈:http://www.hhzone.net/x/?uid-1-action-viewspace-itemid-1079
<br>QQ:78732506,Mail:hhzone.cn@163.com
</form>
</body>
</html>
<%end if%>