![]() |
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 can I find the name of the parent table from a table cell?
From: RobB <ferndoc9@hotmail.com>
Date: Tue Jun 21 2005 - 19:28:38 CEST
jklimek@gmail.com wrote:
"name" is not a valid attribute of an HTML table. Use id. Pass the
<html>
function getTableId(obj)
</script>
michael elias wrote:
(snip)
> function showMeParentTableName(oInput){
'this' in the context of a global function points to *window*.
> notice that you must go up 4 levels in the object hierarchy;
Any time you need to give involved instructions like the above, it's
|