Occurs when the html object "loses" focus.
Example, in an order form, when entering the product code in a field, we want to fill the product unit value in another field and display the product description.
in the onblur field ajax event we can use a php block similar to this:
sc_lookup (prod, "select description, value from products where code = {cpo_product}");