![]() |
工具搜索引擎 |
加入收藏 意见反馈 帮助中心 繁體中文 |
|
| 首页 | 工具超市 | 供求信息 | 产品图文 | 资讯中心 | 工具黄页 | 站长工具 | 实用工具 | 会员管理 | 联系我们 |
Warning: main(../../../common/yzp_t.php): failed to open stream: No such file or directory in /data/home/zz36z1/htdocs/toolbook/vbscript/002_vbs_t_where.php on line 82 Warning: main(../../../common/yzp_t.php): failed to open stream: No such file or directory in /data/home/zz36z1/htdocs/toolbook/vbscript/002_vbs_t_where.php on line 82 Warning: main(): Failed opening '../../../common/yzp_t.php' for inclusion (include_path='.:/var/www/php4/lib/php') in /data/home/zz36z1/htdocs/toolbook/vbscript/002_vbs_t_where.php on line 82 |
您当前的位置:工具网站长书库>
VBScript教程
VBScript写在哪里VBScript程序可以写在:
VBScript 在 Head 中以下是一个 VBScript 代码放在 Head 中的示例: <html> <head> <title>VBScript代码放在Head中的示例</title> <script type="text/vbscript"> MsgBox("Hello,World!")
</script> </head> <body> <p>你会看到一个消息框,在此行文字之前显示。</p> </body> </html> VBScript 在 Body 中以下是一个 VBScript 代码放在 Body 中的示例: <html> <head><title>VBScript代码放在Body中的示例</title></head> <body> <p>你会看到一个消息框,在此行文字显示之后弹出。</p> <script type="text/vbscript"> MsgBox("Hello,World!")
</script> </body> </html> VBScript 可以放在网页的任何地方(Body 或 Head)中。不过最好尽可能将所有的脚本代码放在 Head 部分里,以使所有脚本代码集中放置。而且可以确保调用脚本代码之前,所有的脚本代码都已经被读取并解码。 返回上级目录VBScriptVBScript教程VBScript简介VBScript写在哪里 VBScript变量 VBScript运算符 VBScript条件语句 VBScript循环语句 VBScript过程 VBScript代码示例VBScript入门代码示例Warning: main(../../../comment/comment_self.php): failed to open stream: No such file or directory in /data/home/zz36z1/htdocs/toolbook/vbscript/002_vbs_t_where.php on line 160 Warning: main(../../../comment/comment_self.php): failed to open stream: No such file or directory in /data/home/zz36z1/htdocs/toolbook/vbscript/002_vbs_t_where.php on line 160 Warning: main(): Failed opening '../../../comment/comment_self.php' for inclusion (include_path='.:/var/www/php4/lib/php') in /data/home/zz36z1/htdocs/toolbook/vbscript/002_vbs_t_where.php on line 160 |