|
|
最近学习服务器设置,安装了一些PHP程序在本机调试。可是发现有一些文章,论坛程序在我的浏览器上无法输入任何内容,
例如9466文章系统,发布新文章的时候,标题可以填写,但是内容栏无法输入内容,点击没有任何反映,输入区域不可用。
打开javascript控制台,发现如下错误提示:
Inline script thread
Error:
name: TypeError
message: Statement on line 3: Expression evaluated to null or undefined and is not convertible to Object: frames.message
Backtrace:
Line 3 of inline#5 script in http://127.0.0.1/9466/admin.php?filename=article&action=add
frames.message.document.designMode = "On";
Event thread: onclick
Error:
name: TypeError
message: Statement on line 16: Expression did not evaluate to a function object: window.opener.frames.message.document.execCommand
Backtrace:
Line 16 of inline#1 script in http://127.0.0.1/9466/editor.php?action=upfile&do=1
window.opener.frames.message.document.execCommand("InsertImage", false, imagePath);
In unknown script
Addpic("http://127.0.0.1/9466//upfiles/2005/EmCORE-i6022.jpg", "");
At unknown location
{event handler trampoline}
Inline script thread
Error:
name: TypeError
message: Statement on line 3: Expression evaluated to null or undefined and is not convertible to Object: frames.message
Backtrace:
Line 3 of inline#5 script in http://127.0.0.1/9466/admin.php?filename=article&action=add
frames.message.document.designMode = "On";
Event thread: onclick
Error:
name: TypeError
message: Statement on line 212: Expression did not evaluate to a function object: frames.message.document.execCommand
Backtrace:
Line 212 of inline#4 script in http://127.0.0.1/9466/admin.php?filename=article&action=add
frames.message.document.execCommand(command, true, option);
In unknown script
FormatText("cut");
At unknown location
{event handler trampoline}
Event thread: onclick
Error:
name: TypeError
message: Statement on line 212: Expression did not evaluate to a function object: frames.message.document.execCommand
Backtrace:
Line 212 of inline#4 script in http://127.0.0.1/9466/admin.php?filename=article&action=add
frames.message.document.execCommand(command, true, option);
In unknown script
FormatText("unLink");
At unknown location
{event handler trampoline}
浏览网页没有问题,只是在填写内容时出现这个问题。
希望DX们可以指点一下。 |
|