in reply to CGI::Application submitting twice
Good catch on the return false JavaScript problem. Those are nasty ones and difficult to catch. I find another thing that happens to me more than I would like, is my designers putting in blank img tags <img src="">. That ends up loading the default URL again for the image, resulting in a double load. Although if it was a POST request, it will come with no parameters.
|
|---|