Got any code to show us?

You need an event to fire off the remote call, either onBlur or
onClick of a button. You examine the returned data and act
accordingly.

Adrian

On Jan 10, 12:28 pm, Richard Beacroft <r_beacr...@hotmail.com> wrote:
> People enter an address to lookup on a google map, this makes an
> asynchronous call and will either return a lat/longitude or not. if
> not, i want to display an error to the user that an address could not
> be found.
>
> How do I go about this? I've not managed to get it working using the
> remote attribute as I really need to call a client-side js function
> which will in turn make the async call. Any suggestions?
>
> Regards,
> Rik

Reply via email to