![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.javascript archiveRe: Access rows of a created table
From: RobG <rgqld@iinet.net.au>
Date: Tue Mar 21 2006 - 00:16:12 CET
scott.loomis@gmail.com said on 21/03/2006 8:10 AM AEST:
Note Thomas' reply, some (most?) browsers don't provide a click method
<URL:http://www.w3.org/TR/DOM-Level-2-HTML/html.html#ID-2651361>
If rowRef is a reference to a row, then rowRef.click() may 'work' in
<script type="text/javascript">
function clickOn(id)
// Create an event object
// Initialise properties
// Run the event
} else if (el.click) {
function sayHi(){alert('hi');}
</script>
<input type="button" value="Attach click"
<table border="1">
-- RobReceived on Mon May 1 04:17:24 2006 |