Hey Guys.
I've been doing some work with flash forms, and I want to
offer a feature that allows a person to enter a few peices of
information, and retrieve their ID number out of our database. I am
trying to do this without any page reloads, and have looked at
Ajax, but I can't get flash and Ajax to play nice together. I've
been doing some looking into binding CFC's to form fields, and it
looks promising. So I tried making a CFDiv with what I thought was
the proper binding, but it's always saying the elements are not
found (cannot find the lastname, phone, zip, state). Also, I would
like it only to run the lookup when they click the button. Attached
is my broke code.