where are you going to use DHTML Behaviors, web pages or intranet applications?

解决方案 »

  1.   

    intranet applications,难道这两者的使用还跟应用范围有关吗?请明示,谢谢!
      

  2.   

    wsc也可以用在DHTML中吗?不是要注册了才能用的吗?难道让每个客户都注册一次?
      

  3.   

    是的,不是所有的wsc都需要注册,wsc可以实现三种组件功能:
    普通COM、ASP组件、DHTML Behavior组件,前两种需要注册,而后一种不需要!
    还请各位大侠踊跃指教,谢谢!
      

  4.   

    普通COM、ASP组件、DHTML Behavior组件 三者的比较???
      

  5.   

    to outerwy(ant):
    请看题目:)
    to wangmingsheng():
    下载 windows script 5.6帮主即可!
      

  6.   

    to karma(无为):
    老大,不要没说完就跑呀!请继续,谢谢!
      

  7.   

    as for performance, binary behaviour will be faster, dhtml components/wsh components use the same scripting engine, so I do not think there is much performance difference theredhtml components are only limited to web pages, but you can use wsh components for other purposes and they are more powerful , since with wsh components, you can call any COM components to achieve whatever you want. You can also call WSH COM components from other languagesMicrosoft will support WSH as THE scripting environment for windows
      

  8.   

    那么对HTC的支持呢?你认为可能会长久吗?
      

  9.   

    Microsoft had a pretty good reputation on backward compatibility before, so I think the support for HTC in IE will continue
      

  10.   

    我的程序中是服务器端传递XML下来,交由DHTML Component完成显示及客户端的操作、提交任务,你觉得这样的结构行吗?如果你选择,你会选择什么样的客户端技术?你还有没有更好的办法来完成客户端的任务,还希望无为大侠不吝赐教,谢谢了!
      

  11.   

    原来只见过asp组件,没见过DHTML的。
    又长见识了:P
    不过微软的文档里只有:
    为 DHTML Behavior 所编写的脚本部件与传统的 COM 对象的实例化有所不同。详细信息请参阅 Microsoft Site Builder Network (SBN) Web 站点上的“使用 DHTML Behavior”。
    可到底怎么用呢?找了半天也没看到?
      

  12.   

    到MSDN Library中查看HTC部分即可从中连接到DHTML Behavior
      

  13.   

    The architecture is fine. A lot of people use it. As long as you are in the Intranet environment, you can ask the users to use IE, install MSXML3/4 on their machines if necessary, you are fine. But if you cannot control all that, then you'd better move everything back to the server
      

  14.   

    55555~~~可能是偶太笨了,还是找不到:(
    HTC/DHTML Behavior部分介绍的都是用htc的例子,没有用wsc的呀?
    windows scripting technologies部分倒是介绍了wsc,可还是没看见如何在浏览器中应用的例子,只看到两个实例化wsc的方法,第一个用的是createobject,需要classid或progid反正是要注册的,第二个用getobject的例子又说由于安全原因ie不能用,然后就是:
    Internet Explorer 5.0 supports DHTML Behavior syntax for creating instances of script components, which works somewhat differently than the traditional syntax for instantiating objects and will ensure that the script component cannot access potential unsafe system objects. For an example, see Using DHTML Behaviors on the Microsoft Site Builder Network (SBN) Web site.可这个sbn在哪里呢?abent告诉我呀