Apparently, it's not possible to use the onClick event on a text, TR, TD
elements using Firefox. I tried... Is-it true ?
Is there an another solution ?
Apparently, it's not possible to use the onClick event on a text, TR, TD elements using Firefox. I tried... Is-it true ?
Doesn't
<td onclick="alert(event.type);">Kibology</td>
work for you? Maybe script is disabled, otherwise clicking the cell with
the mouse should show the alert dialog.
Apparently, it's not possible to use the onClick event on a text, TR, TD elements using Firefox. I tried... Is-it true ?
Doesn't <td onclick="alert(event.type);">Kibology</td> work for you? Maybe script is disabled, otherwise clicking the cell with the mouse should show the alert dialog.