--------------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 + CreateTimeSpan(0,0,15,0))# GTE 
#Now()#">
</CFLOOP>

<!--- End waiting time --->
--
Ken Leighton
Manager, Information Systems
Purchasing Department
The University of British Columbia
102J - 2075 Wesbrook Mall
Vancouver, British Columbia
Canada    V6T 1Z1

Telephone: (604) 822-8302
Fax: (604) 822-6949

E-mail: [EMAIL PROTECTED]



Bud wrote:

> Hi. I'm writing a tag for a card processor (linkpoint) for a customer
> of mine. I'm having a problem. After submitting the cfhttp parameters
> and waiting on validation to return, I'm getting this loading on the
> page first:
>
> --string
> Content-type: text/html
>
> <B>Processing order.  Please wait...</B><BR>
>
> Unfortunately, it seems as if ColdFusion thinks this is the full
> extent of the cfhttp.filecontent and finishes loading the page before
> I can do any sort of conditional settings based on the content. I've
> tried doing a replace and setting a variable of 'content' and reading
> that, but then it just reads as an empty variable. Is there any way I
> can make CF wait until the full content is returned?
>
> Thanks,
>
> Bud Schneehagen - Tropical Web Creations
>
> _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
> ColdFusion Solutions / eCommerce Development
> [EMAIL PROTECTED]
> http://www.twcreations.com/
> 954.721.3452
> ------------------------------------------------------------------------------
> Archives: http://www.eGroups.com/list/cf-talk
> 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.




--------------16361C015906BEAD1F12AE93
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 7bit

<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
It's not pretty but it will work:
<p>&lt;!--- Set waiting time of 15 minutes to allow full page load via
CFHTTP--->
<p>&lt;CFSET WaitTime = Now()>
<br>&lt;CFLOOP CONDITION="#CreateODBCDateTime(WaitTime + CreateTimeSpan(0,0,15,0))#
GTE #Now()#">
<br>&lt;/CFLOOP>
<p>&lt;!--- End waiting time --->
<br>--
<br>Ken Leighton
<br>Manager, Information Systems
<br>Purchasing Department
<br>The University of British Columbia
<br>102J - 2075 Wesbrook Mall
<br>Vancouver, British Columbia
<br>Canada&nbsp;&nbsp;&nbsp; V6T 1Z1
<p>Telephone: (604) 822-8302
<br>Fax: (604) 822-6949
<p>E-mail: [EMAIL PROTECTED]
<br>&nbsp;
<br>&nbsp;
<p>Bud wrote:
<blockquote TYPE=CITE>Hi. I'm writing a tag for a card processor (linkpoint)
for a customer
<br>of mine. I'm having a problem. After submitting the cfhttp parameters
<br>and waiting on validation to return, I'm getting this loading on the
<br>page first:
<p>--string
<br>Content-type: text/html
<p>&lt;B>Processing order.&nbsp; Please wait...&lt;/B>&lt;BR>
<p>Unfortunately, it seems as if ColdFusion thinks this is the full
<br>extent of the cfhttp.filecontent and finishes loading the page before
<br>I can do any sort of conditional settings based on the content. I've
<br>tried doing a replace and setting a variable of 'content' and reading
<br>that, but then it just reads as an empty variable. Is there any way
I
<br>can make CF wait until the full content is returned?
<p>Thanks,
<p>Bud Schneehagen - Tropical Web Creations
<p>_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
<br>ColdFusion Solutions / eCommerce Development
<br>[EMAIL PROTECTED]
<br><a href="http://www.twcreations.com/">http://www.twcreations.com/</a>
<br>954.721.3452
<br>------------------------------------------------------------------------------
<br>Archives: <a 
href="http://www.eGroups.com/list/cf-talk">http://www.eGroups.com/list/cf-talk</a>
<br>To Unsubscribe visit <a 
href="http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk">http://www.houseoffusion.com/index.cfm?sidebar=lists&amp;body=lists/cf_talk</a>
or send a message to [EMAIL PROTECTED] with 'unsubscribe'
in the body.</blockquote>

<br>&nbsp;
<br>&nbsp;</html>

--------------16361C015906BEAD1F12AE93--

------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
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