Call the webservice from within a CFC, then use JSStringFormat to convert the query or structure into a native JS object. Then you'll just eval(returnValue) in your JS code to "run" that returned string. You've then got access to the values directly in JS.
-----Original Message----- From: Matthew Williams [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 19, 2007 5:35 PM To: CF-Talk Subject: Re: Need to update HTML table rows using a webservice I assume webservice calls can return values in javascript? Is so, then I'm all set. I can return the entire table row as a string and insert that. Matthew Williams Geodesic GraFX www.geodesicgrafx.com/blog ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Get involved in the latest ColdFusion discussions, product development sharing, and articles on the Adobe Labs wiki. http://labs/adobe.com/wiki/index.php/ColdFusion_8 Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:288899 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

