I do not see a return statement any where in your code? A javascript function returns undefined by default which is falsey.
On Thu, Jun 5, 2008 at 3:05 PM, Wade Preston Shearer <[EMAIL PROTECTED]> wrote: > http://rafb.net/p/rSbrFl77.html > > I am calling this JS functionwhen the user tabs off of a form field. It uses > an AJAX library called SACK [1]. It always returns false even though lines > 16 should return true. Any ideas what is wrong? > > The function uses the AJAX library to compare the value in the form field > against one in the database. If the values are the same it should return > true. If the values are difference it should return false. > > > [1] http://www.twilightuniverse.com/projects/sack/ > > _______________________________________________ > > UPHPU mailing list > [email protected] > http://uphpu.org/mailman/listinfo/uphpu > IRC: #uphpu on irc.freenode.net > -- Kirk Cerny (145735) [EMAIL PROTECTED] [EMAIL PROTECTED] Seini Pahulu BS, Information Technology-Software (801) 358-0185 (801) 949-4748 _______________________________________________ UPHPU mailing list [email protected] http://uphpu.org/mailman/listinfo/uphpu IRC: #uphpu on irc.freenode.net
