主题:  我在使用vbscript 中的疑问

shouyinji

职务:普通成员
等级:1
金币:0.0
发贴:50
注册:2005/5/20 8:17:12
#12007/4/5 21:24:31
以下是我的代码,就是想打开网页的时候弹出一个对话框,可就是不成功:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>cs</title>

<script language="vbscript">
<!--
msgbox ("hello world!", 65, "msgbox example"
-->
</script>

</head>

<body >
</body>
</html>