search for: sshow_caller_populateref

Displaying 1 result from an estimated 1 matches for "sshow_caller_populateref".

2007 Jun 04
2
Re: Ajax.Request question with JSON return
...function PopulateViaSID(SID) { > var passSID = encodeURIComponent(parseInt(SID)); > > var pars = ''FORM.passSID ='' + passSID ; > > new Ajax.Request() > var url = > ''/SShow/Model/AjaxCalls/sshow_caller_populateRef.cfm''; > new Ajax.Request(url, { > method: ''get'', > onSuccess: function(transport, json) { > alert(json ? Object.inspect(json) : "no JSON object"); > // no alert displays when...