弄一个过渡页面输出脚本
window.open('down.aspx?id=1');
window.open('down.aspx?id=2');
window.open('down.aspx?id=3');
window.open('down.aspx?id=x');
window.opener=null;
window.close();

解决方案 »

  1.   

    Donwload Dynazip from www.dynazip.com, 30 days evaluation. The ActiveX component is a zip/unzip component, can be used to zip multiple files (or folders) in server side. 
    It can also used in this way: allow user to upload a zip file, then extract in server side into a seperate folder.
    Generally, it supports most of the options winzip given. 
    You know in windowsXP and windows2003, zip function is included, Microsoft actually using this software.