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
Post a Comment