Answered
Change result of <cfinclude> without page refresh.
Is there a simple way to change the result of a
<cfinclude> without refreshing the page. I have a page that
needs to display one of several <cfinclude>'s based on which
button is clicked. For our purpose here let's assume there are 6
buttons and 6 different <cfinclude>.'s. I'm thinking some
sort of ajax panel update, but I don't know ajax, nor can I use
ASP.Net.