Occurs when the focus get out of the HTML object.
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 = {product_product}");