当前位置:首页
开发技术指南» 文章正文
    引言:
 

 

    摘要: 2000下安装hp 1000 6lpro的问题!好多方法都试验过了,就是打印不了东东!有没有那位高手遇到过此问题,讲讲解决办法! ......
    摘要: d:\jbuilder9\jdk1.4\bin\java -classpath "c:\program files\motorola\j2me sdk v3.1\emulator7.5\bin\configtool.jar;c:\program files\motorola\j2me sdk v3.1\emulator7.5\bin\debugagent.jar;c:\progr......


创建文件对像出错。

var   fso   =   new   ActiveXObject("Scripting.FileSystemObject");  
   
  我用上面这句创建一个文件系统实例,为什么会出错,说“Automation服务器不能创建对像”,请各位高手帮帮忙。

NO.1   作者: zhaoweiwei

try   this(以测试):  
  var   fso   =   new   ActiveXObject("Scripting.FileSystemObject");  
  var   a   =   fso.CreateTextFile("c:\\testfile.txt",   true);  
  a.WriteLine("This   is   a   test.");  
  a.Close();  
   
  你最好不要在网页预览的情况下,运行fso

NO.2   作者: yacus

跟你浏览器的安全设置有关系  
 

NO.3   作者: 007james

我问过跟你一样的问题,请看:  
  http://expert.csdn.net/Expert/topic/2189/2189147.xml?temp=.0272333

NO.4   作者: fast_time

把浏览器的安全级别改成最低


    摘要: 装完 我配了个domain可是访问不了 http://10.0.0.3/index.html start server 了 问为什么 怎样检测可以用了?! ??/?? 郁闷啊! 3x ......
» 本期热门文章:

©2000-2007 All Rights Reserved. 最佳浏览:1024X768 MSIE