rt !

解决方案 »

  1.   

    call webbrwoser1.document.script.functionname
      

  2.   

    call webbrwoser1.document.script.logoff 不行啊!  Run-time error '438'  
      Object doesn't support this property or method如何看document.script支持哪些方法?  我不是专门做网页的,小白一个,请大家帮我解答完整一些,谢谢!
      

  3.   

    找不到method 是不是因为网页里有多个frame,每个frame都有自己的document ?
      

  4.   

    不可以,SCRIPT对象没有这种用法的。
      

  5.   

    但可以用execScript方法,它是属于WINDOW对象的。
      

  6.   

    WebBrowser1.Document.frames(x).Document.script.logoff