I have a page where I run 2 CFHTTP Post commands and 1 CFHTTP Get command to 
login, generate a file and download that file, all in one operation. With one page, of 
course, all the CF code is run before the browser receives anything, but I'm trying to 
think whether there's any way at all (perhaps using frames?) to split things 
up so I can dynamically report the progress of that string of commands. ('Cause the 
whole operation takes about 40 seconds.) I'd like to provide "progress" reports like 
this:

Logging in....
Successfully logged in...
Generating a file...
Downloading the file...
Done!

I know how to test the results associated with each step, but not sure about reporting 
those results in an ongoing dynamic way...

Gene Kraybill
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to