5 个解决方案
#1
帮你UP
#2
可以的
不过我忘了 :-)
不过我忘了 :-)
#3
<SCRIPT LANGUAGE=javascript>
<!--
var path ="d:\\aa.xml";
var fso = new ActiveXObject("Scripting.FileSystemObject");
if ( fso.FileExists(path))
{
var file= fso.GetFile(path);
alert(parseInt(file.size /1024) +"K");
}else
{
alert("File not exists!");
}
//-->
</SCRIPT>
<!--
var path ="d:\\aa.xml";
var fso = new ActiveXObject("Scripting.FileSystemObject");
if ( fso.FileExists(path))
{
var file= fso.GetFile(path);
alert(parseInt(file.size /1024) +"K");
}else
{
alert("File not exists!");
}
//-->
</SCRIPT>
#4
楼上的写好了!
#5
这种方法要求浏览器的安全级别需要很底,默认安全级别不能生成对象怎么办? 还有没有别的办法!?
#1
帮你UP
#2
可以的
不过我忘了 :-)
不过我忘了 :-)
#3
<SCRIPT LANGUAGE=javascript>
<!--
var path ="d:\\aa.xml";
var fso = new ActiveXObject("Scripting.FileSystemObject");
if ( fso.FileExists(path))
{
var file= fso.GetFile(path);
alert(parseInt(file.size /1024) +"K");
}else
{
alert("File not exists!");
}
//-->
</SCRIPT>
<!--
var path ="d:\\aa.xml";
var fso = new ActiveXObject("Scripting.FileSystemObject");
if ( fso.FileExists(path))
{
var file= fso.GetFile(path);
alert(parseInt(file.size /1024) +"K");
}else
{
alert("File not exists!");
}
//-->
</SCRIPT>
#4
楼上的写好了!
#5
这种方法要求浏览器的安全级别需要很底,默认安全级别不能生成对象怎么办? 还有没有别的办法!?