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

javascript - IndexedDB error: Uncaught DataCloneError: Failed to execute 'put' on 'IDBObjectStore': An object could not be cloned -

java - Unable to make sub reports with Jasper -

Integrity error when loading fixtures for Selenium testing in Django -