Ajax captcha reload not working
I have a script that outputs a random captcha and session keystring. I
am trying to create an AJAX reload link that will regenerate the image
when a user can't read it properly. The problem is the AJAX function
keeps returning the same image/key that was generated during the
initial page load? If I just visit the actual script url it
automatically changes every time I press reload, so why Is it not
changing when I open the url via AJAX?
.
Relevant Pages
- Re: YUI Libraries
... scenario where some bonehead decides he wants an "AJAX site" and simply ... Never thought I would see a 3200 line script to load dependent files though. ... What YUILoader appears to be for is loading dependent files and nothing more. ... I don't care to make a test case, but, if anybody is using it then you can possibly tell me how it deals with a case where it retrieves a document via AJAX that has script blocks in it. ... (comp.lang.javascript) - Re: IFRAME & AJAX ; point me out
... Well 'to AJAX or not to AJAX' that is the question I was asking my self. ... Do I realy need AJAX and when I saw a script developed with javascript and that the script created an ActiveX object, ... After being defribillated :-) I thought of remote scripting using an IFRAME, after all I read a lot about how to do this and I tried to give it a shot. ... (comp.lang.javascript) - Re: [PHP] Closing a connection to browser without exiting the script
... I think the Ajax solution that John suggests is the ticket. ... My solution was to print the please wait message to the screen, while accessing the database using an Ajax call. ... I used Perl for my server-side script, but if you prefer PHP you can create a CGI script using PHP and run the same process as your original PHP page. ... (php.general) - Re: Gzip and Ajax
... builds the form, presumably it buffers all screen data and gzips it, ... When the second script is called by Ajax it sends no ... pictures linked in tags!) and has its own headers, ... (comp.lang.php) - Re: Problem with XmlHttpRequest (0x80040111 / nsIXMLHttpRequest.status) on several configurations
... Can someone tell me why Firefox is not working with AJax and ONLY for ... Source File: /java/ajax.js ... is used in other places and works in FF, so why is this script playing ... (comp.lang.javascript) |
|