1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13:
<cfquery name="qResponse" datasource="#application.datasource#"> select response from appresponse </cfquery> <html> <head></head> <body> <cfoutput>#qResponse.response#</cfoutput> </body> </html>