- <html>
- <head>
- <title>tester pogo</title>
- </head>
- <body>
- <h1>test of page for vbs</h1>
- <hr color="bule">
- <input type="submit" name="btnl" value="click to test the code">
- <script language="vbs">
- <! - -
- sub btn1_onclick()
- dim messsage
- message="hello world"
- msgbox message,0,"teste-result"
- end sub
- - ->
- </script>
- </body>
- </html>
复制代码 刚刚接触标注,不怎么会用,但是为什么触发事件没有出来呢,不知道是标注的问题还是代码的问题(以前这种触发事件也很少用)
[ 本帖最后由 wc726842270 于 2011-3-10 13:11 编辑 ] |