Displaying 1 result from an estimated 1 matches for "txlastnam".
Did you mean:
txlastname
2007 Jun 04
2
Re: Ajax.Request question with JSON return
...turn that JSON string and stuff it into any dom element with
> Ajax.Updater without a problem. But I''d like to pass the data into the
> function using Ajax.Request, then populate elements on the page, such as
> $(''txFirstName'').value = jsonobj.FName; $(''txLastName'').value =
> jsonobj.LName; etc.
>
> There must be something wrong with how I''m trying to do this, however, as
> I''m getting no response when using Ajax.Request, whereas I am able to
> display the json in a DOM element when using Ajax.Updater. I''m...