Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<cfquery name="art" datasource="spirilog">
SELECT * FROM onderwerpen where echtenaam = 'spot' ORDER BY Id DESC
</cfquery>
<cfoutput query="art">
<cfset MessageComments = "#Replace(MessageComments, '#art.titel#', '<a href="index.cfm?id=#art.id#&spot=#art.echtenaam#" title="Bekijk en/of bewerk de definitie van #art.titel#..."><span class="style3">#art.titel#</span></a>', 'ALL')#">
</cfoutput>