Is there a way to have a javascript onclick link, thusly
show the normal link hover element (pointing hand) for the cursor when the onclick link is hovered?Code:<script>function imageClick(url) { window.location = url; }</script> onclick="imageClick('http://yahoo.com')



Reply With Quote


Bookmarks