Hi. I have a form with a field called 'prod_reference', where User will input the product's reference. I want to confirm if that product really exists (by doing a query on my database) and, if the product is found, I wish to update a DIV right below the input field with the name and description of that product.
With common javascript, I believe that when User exit the input field (aka 'onBlur') the ajax commands will fetch the product description from my database and than return 'not found' or 'product name, size, color'. I was trying to use $ajax helper but with no success. And I didn't found any paper that helps me on doing that. thank you for reading, by the way :-) -lĂșcio brĂgido. brazil. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php -~----------~----~----~----~------~----~------~--~---
