为什么代码写运行时,IE浏览器是个空白。
各位大侠们,高手们,我是一个小菜鸟,才开始学习,请各位高手们帮我看一下,问题出在哪?/代码如下:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.
<html xmlns="http://www.
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
</head>
<body>
<script language="vbscript">
dim name
name=msgox("请确定是否真得这样选择?",1)
'以下用到了IF条件语句,用于判断用户的选择if name=1 then
document.write(“你刚才选择的是:确定”)
else
document.write(你刚才选择的是:取消)
end if
</script>
</body>
</html>
</body>
</html>