validation without postback? Hi
I wonder how one can do validation without postback, in PHP. In .NET, ill-validated fields are showing an error on the browser, using javascript, without any post back (except if it's a custom validator) . Specifically, I'm using Zend. is there a way to do it here? I mean, using some unified approach, and not by just having included javascript functions customized ot every page. any other framework that does it? code samples? thanks so much for _any_ idea Lior -- View this message in context: http://www.nabble.com/validation-without-a-postback--tp19444905p19444905.html Sent from the Zend Framework mailing list archive at Nabble.com.
