编辑下面的代码:
【加编码】
查看效果 »
<html> <head> <script type="text/vbscript"> sub mySub() MsgBox("Hello world") end sub </script> </head> <body> <button onclick="mySub()">Click to get a messagebox</button> </body> </html>
结果:
【此窗口】
帮助?