RE: HELP!!! Can I set a delay with cfhttp?

2000-05-22 Thread David Gassner
Bud, is the first page being sent back then calling a secondary page after the transaction is completed? Look in the returned HTML text and see whether there's a meta tag doing a refresh to call the second page; you may be able to setup cfhttp to call the secondary page directly. If not, call

Re: HELP!!! Can I set a delay with cfhttp?

2000-05-22 Thread Ken Leighton
--16361C015906BEAD1F12AE93 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit It's not pretty but it will work: !--- Set waiting time of 15 minutes to allow full page load via CFHTTP--- CFSET WaitTime = Now() CFLOOP CONDITION="#CreateODBCDateTime(WaitTime +

RE: HELP!!! Can I set a delay with cfhttp?

2000-05-22 Thread Bud
On 5/22/00, David Gassner penned: Bud, is the first page being sent back then calling a secondary page after the transaction is completed? Look in the returned HTML text and see whether there's a meta tag doing a refresh to call the second page; you may be able to setup cfhttp to call the

RE: HELP!!! Can I set a delay with cfhttp?

2000-05-22 Thread Bud
On 5/22/00, David Gassner penned: Bud, is the first page being sent back then calling a secondary page after the transaction is completed? Look in the returned HTML text and see whether there's a meta tag doing a refresh to call the second page; you may be able to setup cfhttp to call the