![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.javascript archiveRe: "error on page"
From: Randy Webb <HikksNotAtHome@aol.com>
Date: Fri Jul 22 2005 - 00:45:34 CEST
Lee David said the following on 7/21/2005 6:36 PM:
> Thank you. When I reopened the page it lead me directly to the "operator
Why does it matter if its Netscape, Mozilla, FunkyBrowser or
> if (document.layers)
That actually "works", it just doesn't work the way you think it would.
> Again, thanks for the quick response... I'll put my shoe down and the
if (document.layers){
if (document.getElementByID){
if (document.all){
And all that without caring what browser it was. This is covered in the
And please don't top-post.
-- Randy comp.lang.javascript FAQ - http://jibbering.com/faq & newsgroup weekly Answer:It destroys the order of the conversation Question: Why? Answer: Top-Posting. Question: Whats the most annoying thing on Usenet?Received on Tue Oct 18 02:59:35 2005 |