search for: resultdomelem

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

2007 Jun 04
2
Re: Ajax.Request question with JSON return
...alert(json ? Object.inspect(json) : "no JSON object"); > // no alert displays when I try this > } > }); > > <!-- this does return the string from the server and populate a DOM > element --> > new Ajax.Updater(resultDomElem, > ''/SShow/Model/AjaxCalls/sshow_caller_populateRef.cfm'', > { > asynchronous:true, > parameters: pars, > onSuccess:function(){ > $(''txtRefNotes'').value = '...