当前位置: 代码迷 >> 网页设计 >> java script运作! 急救
  详细解决方案

java script运作! 急救

热度:206   发布时间:2012-12-29 10:28:09.0
java script运行! 急救
dream weaver MX2004(我才装的) 创建的html 文件怎么不能执行 java script
例如一个简单例子:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
</head>

<body>
<script type="text/javascript">
document.write("hello!");
</script>
</body>
</html>

当你切换到设计的时候没显示java script内容,哥哥们救命啊,小弟作揖了!

------解决方案--------------------
那可能是因为你的浏览器禁用了脚本
  相关解决方案