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