in reply to IEAutomation Cell Click
notice that the internet exploder insists on the <tbody> element (in case you want to modify the table structure via javascript).<script type="text/javascript"> function haveBeenClicked() { alert("Here we are!"); } </script> <table><tbody> <tr><td onclick="haveBeenClicked()">click me</td> </tr> </tbody></table>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: IEAutomation Cell Click
by tnhurst57 (Initiate) on Oct 25, 2007 at 13:54 UTC |