ColtsFoot has asked for the wisdom of the Perl Monks concerning the following question:

Deleted
  • Comment on CGI::Ajax onchange event only fires once

Replies are listed 'Best First'.
Re: CGI::Ajax onchange event only fires once
by Corion (Patriarch) on Dec 15, 2010 at 13:08 UTC

    What does your Perl code look like?

    What error happens?

    Does the error happen on the Perl side of things?

    Can you reproduce the error without Javascript, for example by making a plain GET request?

Re: CGI::Ajax onchange event only fires once
by moritz (Cardinal) on Dec 15, 2010 at 13:49 UTC
    Start debugging. Find out if the javascript is run each time (add an alert("foo") or so), find out if the perl routine is running (add a warn "foo" and look into the error log file). Once you've answered these two questions, you know where to search.