相关代码 |
|
download.zul {{IS_NOTE Purpose: Description: History: Mon Apr 16 14:55:28 2007, Created by tomyeh }}IS_NOTE Copyright (C) 2007 Potix Corporation. All Rights Reserved. {{IS_RIGHT }}IS_RIGHT --> { java.io.InputStream is = desktop.getWebApp().getResourceAsStream("/test/download.html"); if (is != null) Filedownload.save(is, "text/html", "download.html"); else alert("/test/download.html not found"); }