当前位置: 代码迷 >> PHP >> 文件加载一半,document.execCommand("stop")就停止了解决方案
  详细解决方案

文件加载一半,document.execCommand("stop")就停止了解决方案

热度:644   发布时间:2012-04-01 17:23:46.0
文件加载一半,document.execCommand("stop")就停止了
HTTP/1.1 200 OK
Server: Huadun-Server/3.0
Content-Length: 174
Content-type: text/html

<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8"></head><body><SCRIPT LANGUAGE="JavaScript">document.execCommand("stop");</SCRIPT> </body></html>

PHP加载模板文件没有加载成功,加载一半出现上面这个情况,请问这是什么原因吗?

------解决方案--------------------
不太明白!
------解决方案--------------------
<SCRIPT LANGUAGE="JavaScript">document.execCommand("stop");</SCRIPT

去掉这一句
  相关解决方案