Method A.  Again, a matter of personal definition.  My local definition of a 
url file is a redirect to an OFFSITE url.

- Jeff 

On 9 Apr 2001, at 11:07, Hal Helms wrote:

> One more question: In the following code, "qryMyQ.cfm" is a simple query--no
> conditional code. If after the query executes, you want to call a new
> fuseaction, "doThisNow", do you use method A, method B, or something else?
> 
> Method A:
> <cfcase value="doSomething">
>   <cfinclude template="qryMyQ.cfm">
>   <cflocation url="index.cfm?fuseaction=doThisNow">
> </cfcase>
> 
> Method B:
> <cfcase value="doSomething">
>   <cfinclude template="qryMyQ.cfm">
>   <cfinclude template = "url_doThisNow.cfm">
> </cfcase>
> 
> Hal Helms
> Team Allaire

==============================================================
| Jeffrey S. Peters       | "Specialization is for insects." |
| [EMAIL PROTECTED]    |                 - Lazarus Long   |
| PGP key for Jeffrey S. Peters at ldap://keyserver.pgp.com  |
==============================================================

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to