Board logo

标题: [分享]自定义事件过程 getref函数 [打印本页]

作者: myzam    时间: 2011-3-17 21:32     标题: [分享]自定义事件过程 getref函数

  1.    <html>
  2. <head>
  3. <hta:application id="invbs" applicationname="13" scroll="no"/>
  4. </head>
  5. <body>
  6. <input type="button" name="button1" value="load" />
  7. <script language="vbscript">
  8.   function f()
  9.     msgbox "hello world"
  10.   end function
  11.    Set button1.onclick = getref("f")
  12.   'getref 函数把定义的过程(指function过程和sub过程)绑定到一个事件。
  13. </script>
  14. </body>
  15. </html>
复制代码





欢迎光临 批处理之家 (http://bbs.bathome.net/) Powered by Discuz! 7.2