is there any way when to go to URL when user click in <td>
.
Prevent Chrome RedirectClick the three dots in the top right corner of the Chrome window and choose Settings. Choose Privacy and Security from the options on the left of the screen and select Site Settings. On the screen is an option called Pop-ups and redirects, which should be set to Blocked.
<td><a href="http://example.com"> </a></td>
or
<td onclick="window.location='http://example.com'"></td>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With