jsp - Can we give mouse listener to html table cell -


i developing 1 web based application using jsp,servlet in have reports when user clicks on row record should open. question can call listener on html table? or need follow way?

you can use onclick on <td>, you'll :

<td onclick="go()">test</td> 

maybe idea if add of code have, makes lot easier help


Comments

Popular posts from this blog

java - Unable to make sub reports with Jasper -

Integrity error when loading fixtures for Selenium testing in Django -

sql - The object name contains more than the maximum number of prefixes. The maximum is 2 -