javascript - Table row redirect using onclick attr -



javascript - Table row redirect using onclick attr -

is possible redirect using tr attr "onclick" able go other page?

i tried im having page error.

<tr onclick="window.location = 'http://ubuntu.com'"> <td>some text</td> </tr>

javascript html

Comments

Popular posts from this blog

delphi - blogger via idHTTP : error 400 bad request -

content management system - How to allow only English submissions on Pligg CMS -

How do I check if an insert was successful with MySQLdb in Python? -