I am getting an error on my both my admin login page and my registration page where there is no captcha picture being shown. Here is what the source code is saying:
//-->
<script language="javaScript">
function reloadCAPTCHA() {
document.getElementById('CAPTCHA').src='CAPTCHA_image.asp?SID=9bz2dd245cf8b4a3e1z466f5a7dce1f5&'+Date();
}
</script>
<table width="100%" border="0" cellspacing="1" cellpadding="3">
<tr>
<td><img src="CAPTCHA_image.asp?SID=9bz2dd245cf8b4a3e1z466f5a7dce1f5" alt="Code Image - Please contact webmaster if you have problems seeing this image code" id="CAPTCHA" /> <a href="javascript:reloadCAPTCHA();">Load New Code</a></td>
</tr>
<tr>
<td><input type="text" name="securityCode" id="securityCode" size="12" maxlength="12" autocomplete="off" /></td>
</tr><tr><td><span style="font-size: 10px; font-family: Arial, Helvetica, sans-serif;">Powered by <a href="http://www.webwizcaptcha.com" target="_blank" style="font-size:10px">Web Wiz CAPTCHA </a> version 2.01 wwf<br />Copyright ©2005-2006 <a href="http://www.webwiz.net" target="_blank" style="font-size:10px">Web Wiz Guide</a></span></td></tr>
</table></td>
Ya'll see anything wrong with that???
Ryan