![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.javascript archiveRe: How do I get the object type from document.all?
From: seans <seanss01@yahoo.com>
Date: Sun Aug 14 2005 - 14:06:59 CEST
Hi Rob.
Thanks for your help. This seems to work.
if (document.all['elementID'].length) { // we have an array
}
}
cheers,
sean
|