Hi,


I have a code on a page that pop up a save/open for downloading a page :


<cfheader
name="Content-Disposition"
value="attachment;filename=#getfilefrompath(cas.fichier)#">

<cfcontent
file="#nom_fichier2#"
type="application/pdf"
deletefile="No" />


And I want to redirect the page to another page after this.. how could I do
this? I'm on CF5 and I tried a cflocation after those 2 tags but it didn't
work.


Thanks


Pat
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to