Re: How can I find the name of the parent table from a table cell?
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: How can I find the name of the parent table from a table cell?

From: Danny <dann90038@bluebottle.com>
Date: Mon Jun 20 2005 - 07:42:18 CEST

        All form elements, Inputs too, have a parent of Form, and form has other
parents and such, instead, use a link in the TD,
.parentElement.parentElement.parentElement of a link on the TD will be the
table, if you use an input, you'd have to go UP more parentElements passed
the Form and who knows what else you have the form in if any.

                                                Danny

On Tue, 21 Jun 2005 07:50:58 -0700, <jklimek@gmail.com> wrote:

-- 
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
Received on Mon Oct 24 02:12:55 2005