Print Page | Close Window

CAPTCHA Not working

Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz CAPTCHA
Forum Description: Support forum for the Web Wiz CAPTCHA security image.
URL: https://forums.webwiz.net/forum_posts.asp?TID=20888
Printed Date: 28 March 2026 at 2:24am
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: CAPTCHA Not working
Posted By: WebCity
Subject: CAPTCHA Not working
Date Posted: 02 August 2006 at 9:23am
I am trying to put this in a login form I have everything right but the images will not show up nor will the reload image link
 
 
<form name="Login" method="POST" action="check_user.asp">
  <div align="center">
    <p style="margin-top: 0; margin-bottom: 0" align="left">&nbsp;</p>
  <table width="401" border="0" cellspacing="0" cellpadding="0">
    <tr>
      <td align="right" height="47" valign="bottom" width="82">
      <p style="margin-top: 0; margin-bottom: 0">User name: </td>
      <td height="47" valign="bottom" width="319">
        <p style="margin-top: 0; margin-bottom: 0">
        &nbsp;&nbsp;
        <input type="text" name="txtUserName">
      </td>
    </tr>
    <tr>
      <td align="right" width="82">
      <p style="margin-top: 0; margin-bottom: 0">Password: </td>
      <td width="319">
        <p style="margin-top: 0; margin-bottom: 0">
        &nbsp;&nbsp;
        <input type="password" name="txtUserPass">
      </td>
    </tr>
    <tr>
      <td align="right" width="82">
      &nbsp;</td>
      <td width="319">
         <p style="margin-top: 0; margin-bottom: 0">Enter the code exactly as you see it in the image:-<br />
                <span class="small">(Cookies must be enabled)</span></p>
         <p style="margin-top: 0; margin-bottom: 0"><!--#include file="CAPTCHA/CAPTCHA_form_inc.asp" --></td>
    </tr>
    <tr>
      <td align="right" height="44" width="82">&nbsp;</td>
      <td height="44" width="319">
        <p style="margin-top: 0; margin-bottom: 0">
        <input type="submit" name="Submit" value="Enter">
        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
        <input type="reset" name="Submit2" value="Reset">
      </td>
    </tr>
  </table>
  </div>
</form>



Replies:
Posted By: WebWiz-Bruce
Date Posted: 02 August 2006 at 9:47am
If you turn off friendly HTTP error in IE, then go directly to the CAPTCHA/CAPTCHA_form_inc.asp file in your browser it should either display the image or an error message.

This should help track down what the problem is.


-------------
https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting
https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting


Posted By: WebCity
Date Posted: 02 August 2006 at 9:58am
Originally posted by -boRg- -boRg- wrote:

If you turn off friendly HTTP error in IE, then go directly to the CAPTCHA/CAPTCHA_form_inc.asp file in your browser it should either display the image or an error message.

This should help track down what the problem is.
 
I don't have friendly http error on It doesn't give an error it just doesn't show the file at all.  When I goto the catcha_form_inc.asp file is says contact webmaster if you cant see images!
 
but if I got to the example.asp file it works just fine
 
my url is http://www.rnbcraze.com/members - www.rnbcraze.com/members


Posted By: WebWiz-Bruce
Date Posted: 02 August 2006 at 10:06am
Sorry the file I should have said was:-

/CAPTCHA/CAPTCHA_image.asp

If you go to this file then the image loads with no problem.

The problem is that you have either moved or changed the file path to the security image.

If you look at the path to the CAPTCHA_image.asp in your code it says:-

/CAPTCHA/CAPTCHA/CAPTCHA_image.asp

The path is incorrect to the file, it should be something like:-

CAPTCHA/CAPTCHA_image.asp

Have a mess around with the path to the CAPTCHA_image.asp as it is the path to this file that is incorrect.

-------------
https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting
https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting


Posted By: WebCity
Date Posted: 02 August 2006 at 10:39am
Hello I did change the code so that the CAPTCHA_form_inc.asp wold find the image file but when I try to see the code work in my login form it doesn't work.  I can type my user name and pass and it will log right it.


Posted By: WebWiz-Bruce
Date Posted: 02 August 2006 at 11:24am
Have you included the code in the page you are submitting to that checks to see if the code is entered correctly and performs an action if it isn't.

-------------
https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting
https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting


Posted By: WebCity
Date Posted: 02 August 2006 at 3:45pm
Big OOPS my login form was a htm file not a asp! I changed it to a asp and I was able to see the codes
 
I guess thats what happens when you spend most the night looking at code.



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net