Click Button/Image alternative
I use the following code to provide a button that refreshes a captcha image that a visitor may not be able to read.
Code:
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
document.write('<input type=button value="Get new Code" onClick="history.go()">')
// End -->
</script>
I now wish to use a refresh <img src="refresh.jpg"> image as an alternative to the button to refresh the captcha image.
Can the <img src="refresh.jpg"> be incorporated into the Javascript as shown above?