为什么有的asp命令在IE8下不支持
为什么有的命令在IE8下不支持:有何办法?<!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=gb2312" />
<title>无标题文档</title>
</head>
<body>
<%
dim name
name=prompt("输入你的姓名")
document.wirte("欢迎你!"& name)
%>
</body>
</html>
错误类型:
Microsoft VBScript 运行时错误 (0x800A000D)
类型不匹配: 'prompt'
/4.asp, 第 11 行
浏览器类型:
Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0)