I am using this fancy little JavaScript to highlight a field as the user hovers over it. Could you please tell me if there is a way of adding an onclick functio
onclick
Try
window.location = url;
Also use
window.open(url);
if you want to open in a new window.