请帮助我,我想使用 JavaScript 单击此 html 代码上的链接:
<form id="xForm" method="post" action="">
<table>
<tr id="abc">
<td class="goTo" id="goToLINK">
<a class="gotoLINK arrow" href="start.php?from=list&kid=123">LINK</a>
</td>
</tr>
</table>
</form>