I am posting to another page form information, and then spitting out a generated document.
<cfheader name="content-disposition" value="filename=#rejectSearchResults.RejectTempPath#">
<cfcontent type="application/msword"><cfoutput>#documentGen#</cfoutput>
This code right here pops open my RTF document to the user, but instead of going to the posted page it instead stays on the same page and halts further processing. How do I make the document open up and continue processing the rest of the code?