文件名称:web
- 所属分类:
- Web服务器
- 资源属性:
- [Windows] [程序]
- 上传时间:
- 2008-10-13
- 文件大小:
- 3.62mb
- 下载次数:
- 0次
- 提 供 者:
- theodo******
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
实现从远程服务器下载文件到指定的客户度目录,直接放入到web页面即可使用。
参考以下脚本
<scr ipt language=\"javascr ipt\">
function downFile(){
var serverUrl
serverUrl = document.form1.serverUrl.value
alert(serverUrl)
window.document.UserControl1.downloadFileByActive(serverUrl,\"c:\\\\内蒙古自治区国民经济和社会.doc\")
}
</scr ipt>
<!-- style=\"visibility:hidden\" -->
<OBJECT ID=\"UserControl1\"
CLASSID=\"CLSID:F65549B3-26A0-4FA0-B9A6-70B28BB17427\"
CODEBASE=\"downloadByActive.CAB#version=1,0,0,0\">
</OBJECT>
<body>
<form name = \"form1\" >
<%String str =request.getRequestURL().toString()
str = str.substring(0,str.indexOf(\"plan\")) +\"内蒙古自治区国民经济和社会.doc\"
out.println(str)
%>
<input type=\"hidden\" name=\"serverUrl\" value=\"<%=str %>\">
<br>
<input type=\"file\" name=\"downloadfile\">
<br>
<input type=\"button\" name=\"but\" value=\"下载\" onclick=\"downFile()\">
</form>
参考以下脚本
<scr ipt language=\"javascr ipt\">
function downFile(){
var serverUrl
serverUrl = document.form1.serverUrl.value
alert(serverUrl)
window.document.UserControl1.downloadFileByActive(serverUrl,\"c:\\\\内蒙古自治区国民经济和社会.doc\")
}
</scr ipt>
<!-- style=\"visibility:hidden\" -->
<OBJECT ID=\"UserControl1\"
CLASSID=\"CLSID:F65549B3-26A0-4FA0-B9A6-70B28BB17427\"
CODEBASE=\"downloadByActive.CAB#version=1,0,0,0\">
</OBJECT>
<body>
<form name = \"form1\" >
<%String str =request.getRequestURL().toString()
str = str.substring(0,str.indexOf(\"plan\")) +\"内蒙古自治区国民经济和社会.doc\"
out.println(str)
%>
<input type=\"hidden\" name=\"serverUrl\" value=\"<%=str %>\">
<br>
<input type=\"file\" name=\"downloadfile\">
<br>
<input type=\"button\" name=\"but\" value=\"下载\" onclick=\"downFile()\">
</form>
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 111186727web.rar 列表 web\downloadByActive.CAB web\downloadByActive.HTM web\Support\asycfilt.dll web\Support\COMCAT.DLL web\Support\downloadByActive.BAT web\Support\downloadByActive.INF web\Support\downloadByActive.ocx web\Support\msado25.tlb web\Support\MSPRPCHS.DLL web\Support\msstkprp.dll web\Support\msvbvm60.dll web\Support\msvcrt.dll web\Support\msxml4.dll web\Support\oleaut32.dll web\Support\olepro32.dll web\Support\scrrnchs.dll web\Support\scrrun.dll web\Support\stdole2.tlb web\Support\VB6CHS.DLL web\Support\工程1.DDF web\复件 downloadByActive.HTM web\Support web