首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > PHP >

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

2012-04-01 
文件加载一半,document.execCommand(stop)就停止了HTTP/1.1 200 OKServer: Huadun-Server/3.0Content-Le

文件加载一半,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

去掉这一句

热点排行