CFDEV wrote:
>  
> 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?

You can not do that in one response.

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

Reply via email to