Skip to main content
Participating Frequently
August 23, 2011
Question

Fill Textbox data onBlur - CF MX7

  • August 23, 2011
  • 1 reply
  • 480 views

I know I am not up to date, but my work has chose not to upgrade past Mx7.

I have not coded CF in a while, so this has been a slow start for me.

I have a form FORMA with a  textbox TEXTA.  OnBlur from TEXTA, I want to query the database based on that value to get the other important information about it and poplate other textboxes.  For this example, let's just say I want to populate TEXTB.

I want to do all this without a refresh, obviously.

Is there a way to do this in CF MX7?

Ron

    This topic has been closed for replies.

    1 reply

    ronwolf69Author
    Participating Frequently
    August 25, 2011

    Figured it out with JQuery and a littel help from this web site...

    http://365labs.net/cf_jquery/jquery_coldfusion_quickstart.htm

    Took me all day to figure it out but I did it.