“页面上的错误” [英] "error on page"

查看:56
本文介绍了“页面上的错误”的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你如何追踪到错误的实际位置?


TIA,Lee

解决方案

< blockquote>取决于浏览器,例如Internet Explorer中的
,您可以在错误图标上双击

:左下角,查看详细信息......


Lee David在2005年7月21日下午4:46发表以下内容:

你如何追踪到错误实际上在哪里?




您阅读错误消息。它说明了错误是什么以及它是什么线路b / b
。要查看错误消息,在IE中,您双击Mozilla中的黄色!,

,您可以使用工具> Web开发> Javascript控制台。


-

Randy

comp.lang.javascript常见问题 - http://jibbering.com/faq &新闻组周刊


谢谢。当我重新打开页面时,它会直接引导我运营商

错误 (我的错误)不知道如何拼写文件正确。现在我只需要了解如何识别Netscape浏览器。
这个

不起作用:


if(document.layers)

{

alert(" ** testing ** NS");

var ns4test = true;

var ie4test = false;

}


也不是更紧凑:

ns4test = document.layers?true:false;


再次,谢谢快速反应......我会把鞋放下来,

显示器再次安全。


Lee


" frizzle" < pH值******** @ gmail.com>在消息中写道

news:11 ********************** @ g47g2000cwa.googlegr oups.com ...

取决于浏览器,例如在Internet Explorer中,您可以双击错误图标上的
:左下角,查看详细信息......



How do you track down this to where the error actually is?

TIA, Lee

解决方案

Depends on the browser,
in Internet Explorer for instance, you can double click
on the error icon: left-lower corner, and view the details ...


Lee David said the following on 7/21/2005 4:46 PM:

How do you track down this to where the error actually is?



You read the error message. It states what the error is and what line it
is on. To see the error message, in IE, you double click the Yellow !,
in Mozilla you go Tools>Web Development>Javascript Console.

--
Randy
comp.lang.javascript FAQ - http://jibbering.com/faq & newsgroup weekly


Thank you. When I reopened the page it lead me directly to the "operator
error" (my mistake) of not knowing how to spell "document" correctly. Now I
just need to find out how to get the Netscape browser identified. This
didn''t work:

if (document.layers)
{
alert("**testing** NS");
var ns4test = true;
var ie4test = false;
}

Nor did the more compact:
ns4test = document.layers?true:false;

Again, thanks for the quick response... I''ll put my shoe down and the
monitor is safe again.

Lee

"frizzle" <ph********@gmail.com> wrote in message
news:11**********************@g47g2000cwa.googlegr oups.com...

Depends on the browser,
in Internet Explorer for instance, you can double click
on the error icon: left-lower corner, and view the details ...



这篇关于“页面上的错误”的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆