Re: "error on page"
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.javascript archive

Re: "error on page"

From: Lee David <affordable_turnkey_solutions@comcast.net>
Date: Fri Jul 22 2005 - 00:36:02 CEST

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" <phpfrizzle@gmail.com> wrote in message
news:1121981773.544782.231840@g47g2000cwa.googlegroups.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 ...
>
Received on Tue Oct 18 02:59:35 2005