Displaying 1 result from an estimated 1 matches for "populateviasid".
2007 Jun 04
2
Re: Ajax.Request question with JSON return
...ay the json in a DOM element when using Ajax.Updater. I''m wondering
> if it''s because Updater sees the text string okay, yet, in order for JS to
> parse the incoming JS I have to do so with a header?:
>
> <!-- this isn''t working for me -->
> function PopulateViaSID(SID) {
> var passSID = encodeURIComponent(parseInt(SID));
>
> var pars = ''FORM.passSID ='' + passSID ;
>
> new Ajax.Request()
> var url =
> ''/SShow/Model/AjaxCalls/sshow_caller_populateRef...